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
|
- 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: