Skip to main content

post_logout

Function post_logout 

Source
pub async fn post_logout(
    __arg0: State<App>,
    __arg1: Auth,
    __arg2: OptionalRequestId,
    __arg3: Json<LogoutReq>,
) -> ClResult<(StatusCode, Json<ApiResponse<()>>)>
Expand description

POST /auth/logout - Invalidate current access token