NotAuthenticatedReason
Home > @gooddata/sdk-backend-spi > NotAuthenticatedReason
NotAuthenticatedReason type
More detailed reason of the NotAuthenticated error.
Signature:
export type NotAuthenticatedReason = "invalid_credentials" | "credentials_expired";
Remarks
- invalid_credentials - the provided credentials were invalid - credentials_expired - the credentials' validity expired