IdentityType TypeAlias
Identity types supported by ODSP driver. Consumer
represents user authenticated with Microsoft Account (MSA). Enterprise
represents user authenticated with M365 tenant account. \
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/odsp-driver-definitions/legacy
.
For more information about our API support guarantees, see here.
Signature
export type IdentityType = "Consumer" | "Enterprise";