pub async fn list_sessions(
    configuration: &Configuration,
    x_session_token: Option<&str>,
    cookie: Option<&str>,
    per_page: Option<i64>,
    page: Option<i64>
) -> Result<Vec<Session>, Error<ListSessionsError>>
Expand description

This endpoint is useful for: Displaying all other sessions that belong to the logged-in user