Uses of Interface
com.okta.sdk.resource.session.Session
-
Packages that use Session Package Description com.okta.sdk.client com.okta.sdk.resource.session -
-
Uses of Session in com.okta.sdk.client
Methods in com.okta.sdk.client that return Session Modifier and Type Method Description SessionClient. createSession(CreateSessionRequest createSessionRequest)Create Session with Session Token Creates a new session for a user with a valid session token.SessionClient. getSession(java.lang.String sessionId)Get details about a session. -
Uses of Session in com.okta.sdk.resource.session
Methods in com.okta.sdk.resource.session that return Session Modifier and Type Method Description SessionSession. refresh()Refresh Session
-