RedirectToTigerAuthenticationHandler
Home > @gooddata/sdk-backend-tiger > RedirectToTigerAuthenticationHandler
RedirectToTigerAuthenticationHandler type
Type of handler that will redirect the browser to the location where Tiger authentication flow will start.
Signature:
export type RedirectToTigerAuthenticationHandler = (context: IAuthenticationContext, error: NotAuthenticated) => void;
References: IAuthenticationContext, NotAuthenticated