Uses of Class
org.openapitools.client.model.CreateSessionRequest
Packages that use CreateSessionRequest
-
Uses of CreateSessionRequest in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type CreateSessionRequestModifier and TypeMethodDescription<T> T
SessionApi.createSession
(Class<?> T, CreateSessionRequest createSessionRequest) Create a Session with Session Token Creates a new session for a user with a valid session token.SessionApi.createSession
(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.createSessionWithHttpInfo
(CreateSessionRequest createSessionRequest) Create a Session with Session Token Creates a new session for a user with a valid session token.SessionApi.createSessionWithPaginationInfo
(CreateSessionRequest createSessionRequest) Create a Session with Session Token Creates a new session for a user with a valid session token. -
Uses of CreateSessionRequest in org.openapitools.client.model
Methods in org.openapitools.client.model that return CreateSessionRequest