A user's identity with a particular authentication provider.

interface UserIdentity {
    id: string;
    providerType: ProviderType;
}

Properties

Properties

id: string

The ID of the identity.

providerType: ProviderType

The type of the provider associated with the identity.

Generated using TypeDoc