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.createSession
(CreateSessionRequest createSessionRequest, Map<String, String> additionalHeaders) 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 information about the Session specified by the given session IDSessionApi.getSession
(String sessionId, Map<String, String> additionalHeaders) Retrieve a Session Retrieves information about the Session specified by the given session IDSessionApi.refreshSession
(String sessionId) Refresh a Session Refreshes an existing Session using the `id` for that Session.SessionApi.refreshSession
(String sessionId, Map<String, String> additionalHeaders) Refresh a Session Refreshes an existing Session using the `id` for that 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)