Global

Type Definitions

captchaLoadedCallback(erroropt, payloadopt)

Parameters:
Name Type Attributes Description
error Error <optional>

Error returned if request to get captcha challenge fails

payload Object <optional>

An object containing a callback to trigger the captcha (only if Arkose is the provider)

Properties
Name Type Attributes Description
triggerCaptcha function <optional>

Triggers the captcha with the first parameter as a callback to be fired after it's solved

Source:

crossOriginLoginCallback(erropt)

Parameters:
Name Type Attributes Description
err Error <optional>

Authentication error returned by Auth0 with the reason why the request failed

Source:

onRedirectingCallback(done)

Parameters:
Name Type Description
done function

Must be called when finished so that authentication can be resumed

Source:

onRedirectingCallback(done)

Parameters:
Name Type Description
done function

Must be called when finished so that authentication can be resumed

Source:

onRedirectingCallback(done)

Parameters:
Name Type Description
done function

Must be called when finished so that authentication can be resumed

Source:

validateTokenCallback(erropt, payloadopt)

Parameters:
Name Type Attributes Description
err Error <optional>

error returned by while validating the token

payload Object <optional>

claims stored in the token

Source: