Skip to main content
Version: v1

IdentityType TypeAlias

Identity types supported by ODSP driver. Consumer represents user authenticated with Microsoft Account (MSA) Enterprise represents user authenticated with M365 tenant account

Signature

export declare type IdentityType = "Consumer" | "Enterprise";