Type alias CreateAuthorizationSessionOptions

CreateAuthorizationSessionOptions: {
    clientId: string;
    credentialOffer: string;
}

Type declaration

  • clientId: string
  • credentialOffer: string

Generated using TypeDoc