Sign Out
Terminate a user session by invalidating the token.
End a user session and invalidate their access token.
Configuration
Inputs
| Name | Code | Type | Required | Description |
|---|---|---|---|---|
| Token | token | Text | Yes | Access token to invalidate |
Outputs
Empty on success.
Usage
{
"token": "{{user_access_token}}"
}Behavior
- Invalidates the provided access token
- Associated refresh tokens may also be invalidated (depends on configuration)
- Subsequent requests with the invalidated token will fail authentication