Type alias IdentityQualifier

IdentityQualifier: {
    issuers: IdentityProviderIndex[];
    type: "cred";
}

Qualifier for account credentials issued by identity providers.

Type declaration

  • issuers: IdentityProviderIndex[]

    Array of valid identity provider indices that can issue these credentials.

  • type: "cred"

    Identifies this as an account credential issuer qualifier.

Generated using TypeDoc