- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
AuthenticationResponse
The details of the authentication response.
success
booleanWhether the authentication was successful.
The authenticated user's details.
error
stringOptionalIf an error occurs during the authentication process,
whether within the Auth Module or a third-party provider,
the error message is set in this field.
location
stringOptionalThe URL to redirect to for further authentication action
with a third-party provider. This takes precedence before
the
success
field.
So, after checking that authentication is successful,
you should check whether this field is defined and, if so, redirect to the
specified location.Was this page helpful?