logout
client.logout({ // Optional arguments redirectTo: string, removeCredentials: boolean })
About this command
Kill current user SSO session.
Use the Revoke refresh token endpoint to invalidate all active user tokens on a specific client_id .
|
Parameters
The URL to which the user is redirected afterward. This URL must be whitelisted in the |
|||
Delete the user credentials with the Credentials Management API. Defaults to
|