pub async fn admin_extend_session(
    configuration: &Configuration,
    id: &str
) -> Result<Session, Error<AdminExtendSessionError>>
Expand description

Retrieve the session ID from the /sessions/whoami endpoint / toSession SDK method.