Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
<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.
|
Session |
SessionApi.createSession(CreateSessionRequest createSessionRequest)
Create a Session with Session Token
Creates a new session for a user with a valid session token.
|
PagedList |
SessionApi.createSessionWithPaginationInfo(CreateSessionRequest createSessionRequest)
Create a Session with Session Token
Creates a new session for a user with a valid session token.
|
Modifier and Type | Method and Description |
---|---|
CreateSessionRequest |
CreateSessionRequest.sessionToken(String sessionToken) |
Copyright © 2017–2023 Okta. All rights reserved.