Skip to content

OAuthLogoutResponse

Response from OAuth logout endpoint

PropertyTypeDescription
local_tokens_revokedbooleanWhether local JWT tokens were revoked
providerstringOAuth provider name
provider_token_revokedbooleanWhether the token was revoked at the OAuth provider
redirect_url?stringURL to redirect to for OIDC logout (if requires_redirect is true)
requires_redirect?booleanWhether the user should be redirected to the provider’s logout page
warning?stringWarning message if something failed but logout still proceeded