Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
<T> T |
SessionApi.createSession(java.lang.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(java.lang.String sessionToken) |
Copyright © 2017-2022 Okta. All Rights Reserved.