AuthenticationService
Logout
Clears the user session and cookies.
get/v1/auth/{authentication_source}/logout
Path parameters
authentication_sourcestring required
Specifies a user's authentication method, such as "GitHub".
Query parameters
keystring
The API key used for system authentication.
Key is required only if the authentication source is "api-key".
secretstring
The API secret used for system authentication.
Secret is required only if the authentication source is "api-key".
Response
A successful response.
Changes
No recorded changes to this endpoint across all 1 revision of this API.