Let the platform do the work

/oauth2/logout POST

Overview

Expires the token portion of the OAuth 2.0 specification.

Request Arguments

This endpoint does not accept any arguments.

Response Arguments

Name Type Description
success Boolean The success of the logout.

Response

{
    "success":true
}

Change Log

Version Change
v10 Added /oauth2/logout POST endpoint.