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
pub async fn post_logout(
__arg0: State<App>,
__arg1: Auth,
__arg2: OptionalRequestId,
__arg3: Json<LogoutReq>,
) -> ClResult<(StatusCode, Json<ApiResponse<()>>)>POST /auth/logout - Invalidate current access token