Type alias CredentialIssuanceConfiguration

CredentialIssuanceConfiguration: {
    autoTrustMobileCredentialIaca?: boolean;
    redirectUri?: string;
}

Type declaration

  • Optional Readonly autoTrustMobileCredentialIaca?: boolean

    An optional flag that enables automatic download and storage of the issuer's IACA certificate, if available in the issuer's metadata

    Default Value

    false
    
  • Optional Readonly redirectUri?: string

    The redirect URI used to redirect the user back to the app after a successful authorization.

Generated using TypeDoc