Global

Type Definitions

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: