Interface AuthorizeCredential

interface AuthorizeCredential {
    Credential: { CredentialType: string; Issuer: string };
}

Properties

Properties

Credential: { CredentialType: string; Issuer: string }

Type declaration

  • CredentialType: string

    A hex-encoded value to identify the type of credential from the issuer.

  • Issuer: string

    The issuer of the credential.