Type alias OpenidIssuanceRetrieveCredentialsOptions

OpenidIssuanceRetrieveCredentialsOptions: {
    accessToken: string;
    autoTrustMobileCredentialIaca?: boolean;
    clientId?: string;
    offer: OpenidIssuanceCredentialOffer;
}

Options for retrieve credentials

Type declaration

  • accessToken: string
  • Optional autoTrustMobileCredentialIaca?: boolean

    optional, default false

    when true and mdocIacasUri is available in the offer, it will automatically download and add all the certificates as trusted issuers certificates for any mobile credentials

  • Optional clientId?: string
  • offer: OpenidIssuanceCredentialOffer

Generated using TypeDoc