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 identifierclient_id
- The client id to send the request to