Uses of Class
org.openapitools.client.model.Session
Packages that use Session
- 
Uses of Session in org.openapitools.client.api
Methods in org.openapitools.client.api that return SessionModifier and TypeMethodDescriptionSessionApi.createSession(CreateSessionRequest createSessionRequest) Create a Session with Session Token Creates a new session for a user with a valid session token.SessionApi.getSession(String sessionId) Retrieve a Session Retrieves the details about a sessionSessionApi.refreshSession(String sessionId) Refresh a Session Refresh a sessionMethods in org.openapitools.client.api that return types with arguments of type SessionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Session>SessionApi.createSessionWithHttpInfo(CreateSessionRequest createSessionRequest) Create a Session with Session Token Creates a new session for a user with a valid session token.org.springframework.http.ResponseEntity<Session>SessionApi.getSessionWithHttpInfo(String sessionId) Retrieve a Session Retrieves the details about a sessionorg.springframework.http.ResponseEntity<Session>SessionApi.refreshSessionWithHttpInfo(String sessionId) Refresh a Session Refresh a session - 
Uses of Session in org.openapitools.client.model
Methods in org.openapitools.client.model that return SessionModifier and TypeMethodDescriptionSession.idp(SessionIdentityProvider idp) Session.status(SessionStatus status)