Type alias IdentityCredentialQualifier

IdentityCredentialQualifier: {
    issuers: IdentityProviderIndex[];
    type: "id";
}

Qualifier for identity credentials issued by identity providers.

Type declaration

  • issuers: IdentityProviderIndex[]

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

  • type: "id"

    Identifies this as an identity issuer qualifier.

Generated using TypeDoc