Enumerations
CreateAuthorizationSessionErrorType
Errors returned by createAuthorizationSession.
Enumeration members
| Name | Value | Description |
|---|---|---|
ConnectivityError | "ConnectivityError" | The issuer could not be reached. Usually a transient network problem, so this is worth retrying. |
FailedToCreateAuthorizationSession | "FailedToCreateAuthorizationSession" | The session could not be created even though the offer resolved. |
FailedToDiscoverCredentialOffer | "FailedToDiscoverCredentialOffer" | The offer was parsed, but its metadata could not be resolved from the issuer. |
InvalidCredentialOffer | "InvalidCredentialOffer" | The credential offer could not be parsed, or is not a valid offer. |
InvalidLicense | "InvalidLicense" | The SDK licence is missing, expired, or not valid for this application. |
RedirectUriNotFound | "RedirectUriNotFound" | No redirect URI is configured. Set credentialIssuanceConfiguration.redirectUri when initializing the SDK. |
How would you rate this page?