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

Calling this endpoint extends the given session ID. If session.earliest_possible_extend is set it will only extend the session after the specified time has passed. Retrieve the session ID from the /sessions/whoami endpoint / toSession SDK method.