NotAuthenticatedHandler
Home > @gooddata/sdk-backend-spi > NotAuthenticatedHandler
NotAuthenticatedHandler type
Type of the function to be called when the Analytical Backend raises a NotAuthenticated error. See IAuthenticationProvider.onNotAuthenticated for more details.
Signature:
export type NotAuthenticatedHandler = (context: IAuthenticationContext, error: NotAuthenticated) => void;
References: IAuthenticationContext, NotAuthenticated