Logout

Oauth:Logout

post

Logs out the user.

Args: request: The request object. response: The response object. user: The authorized user.

Returns: The logout response.

Authorizations
OAuth2clientCredentialsRequired
Token URL: Refresh URL:

OAuth2authorizationCodeRequired
Authorization URL: Token URL: Refresh URL:
Responses
200

Successful Response

application/json
post
/auth/logout
POST /auth/logout HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
200

Successful Response

{
  "logout_url": "text"
}

Last updated

Was this helpful?