| Package | Description |
|---|---|
| com.okta.idx.sdk.api.client | |
| com.okta.idx.sdk.api.model |
| Modifier and Type | Method and Description |
|---|---|
IDXClientContext |
ProceedContext.getClientContext() |
IDXClientContext |
IDXAuthenticationWrapper.getClientContext()
Get IDX client context by calling interact endpoint.
|
IDXClientContext |
IDXClient.interact() |
IDXClientContext |
IDXClient.interact(java.lang.String token,
EmailTokenType tokenType,
RequestContext requestContext) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponse |
IDXAuthenticationWrapper.introspect(IDXClientContext clientContext)
Introspect to get the current state of the authentication.
|
IDXResponse |
IDXClient.introspect(IDXClientContext idxClientContext) |
TokenResponse |
IDXClient.token(java.lang.String grantType,
java.lang.String interactionCode,
IDXClientContext idxClientContext) |
TokenResponse |
IDXClient.token(java.lang.String url,
java.lang.String grantType,
java.lang.String interactionCode,
IDXClientContext idxClientContext) |
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
SuccessResponse.exchangeCode(IDXClient client,
IDXClientContext idxClientContext)
Exchange interaction code for token
|
Copyright © 2020-2022 Okta. All Rights Reserved.