pub async fn list_identity_sessions(
    configuration: &Configuration,
    id: &str,
    per_page: Option<i64>,
    page: Option<i64>,
    active: Option<bool>
) -> Result<Vec<Session>, Error<ListIdentitySessionsError>>
Expand description

This endpoint returns all sessions that belong to the given Identity.