Type alias IdentityData

IdentityData: {
    email?: string;
    identityId: IdentityId;
    name?: string;
    providerId: ProviderId;
    url?: string;
}

Identity data contains key details about the identity on the identity provider.

Type declaration

  • Optional email?: string
  • identityId: IdentityId
  • Optional name?: string
  • providerId: ProviderId
  • Optional url?: string

Generated using TypeDoc