Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.resource.session | |
com.okta.sdk.resource.session |
Modifier and Type | Method and Description |
---|---|
Session |
Client.createSession(CreateSessionRequest createSessionRequest)
Create Session with Session Token
Creates a new session for a user with a valid session token.
|
Session |
Client.getSession(String sessionId)
Get details about a session.
|
Modifier and Type | Method and Description |
---|---|
Session |
DefaultClient.createSession(CreateSessionRequest createSessionRequest)
Create Session with Session Token
Creates a new session for a user with a valid session token.
|
Session |
DefaultClient.getSession(String sessionId)
Get details about a session.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSession
Session
|
Modifier and Type | Method and Description |
---|---|
Session |
DefaultSession.refresh()
Refresh Session
|
Modifier and Type | Method and Description |
---|---|
Session |
Session.refresh()
Refresh Session
|
Copyright © 2017–2023 Okta. All rights reserved.