Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Session |
SessionApi.createSession(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,
Map<String,String> additionalHeaders)
Create a Session with session token
Creates a new Session for a user with a valid session token.
|
Session |
SessionApi.getSession(String sessionId)
Retrieve a Session
Retrieves information about the Session specified by the given session ID
|
Session |
SessionApi.getSession(String sessionId,
Map<String,String> additionalHeaders)
Retrieve a Session
Retrieves information about the Session specified by the given session ID
|
Session |
SessionApi.refreshSession(String sessionId)
Refresh a Session
Refreshes an existing Session using the `id` for that Session.
|
Session |
SessionApi.refreshSession(String sessionId,
Map<String,String> additionalHeaders)
Refresh a Session
Refreshes an existing Session using the `id` for that Session.
|
Modifier and Type | Method and Description |
---|---|
Session |
Session.idp(SessionIdentityProvider idp) |
Session |
Session.links(LinksSelf links) |
Session |
Session.status(SessionStatus status) |
Copyright © 2017–2023 Okta. All rights reserved.