createRedirectToTigerAuthenticationWithParams()
Home > @gooddata/sdk-backend-tiger > createRedirectToTigerAuthenticationWithParams
createRedirectToTigerAuthenticationWithParams() function
Factory to create a redirectToTigerAuthentication function with a specific params, eg. externalProviderId.
Signature:
export declare function createRedirectToTigerAuthenticationWithParams(params: IRedirectToTigerAuthenticationParams): RedirectToTigerAuthenticationHandler;
Parameters
Parameter |
Type |
Description |
---|---|---|
params |
additional params for redirect call, eg. the external provider ID to be used in the authentication URL |
Returns:
RedirectToTigerAuthenticationHandler
RedirectToTigerAuthenticationHandler - a function that redirects to Tiger authentication with the specified params