pub async fn create_logout(
configuration: &Configuration,
global: Option<&str>,
refresh_token: Option<&str>,
logout_request: Option<LogoutRequest>,
) -> Result<(), Error<CreateLogoutError>>
Expand description
The Logout API is intended to be used to remove the refresh token and access token cookies if they exist on the client and revoke the refresh token stored. This API does nothing if the request does not contain an access token or refresh token cookies. OR The Logout API is intended to be used to remove the refresh token and access token cookies if they exist on the client and revoke the refresh token stored. This API takes the refresh token in the JSON body.