AuthenticationResponse

The details of the authentication response.

successboolean
Whether the authentication was successful.
authIdentityAuthIdentityDTOOptional
The authenticated user's details.
errorstringOptional
If 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.
locationstringOptional
The 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?
Edit this page