Function terminate_session

Source
pub async fn terminate_session(
    session_id: i64,
    client_id: i32,
) -> Result<(), Error>
Expand description

Terminates a session of the current user

ยงArguments

  • session_id - Session identifier
  • client_id - The client id to send the request to