Package | Description |
---|---|
com.okta.sdk.authc.credentials | |
com.okta.sdk.client | |
com.okta.sdk.impl.api | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.oauth2 |
Modifier and Type | Class and Description |
---|---|
class |
TokenClientCredentials
This implementation represents the api key that is used to authenticate a Tenant in Okta.
|
Modifier and Type | Method and Description |
---|---|
ClientBuilder |
ClientBuilder.setClientCredentials(ClientCredentials clientCredentials)
Allows specifying an
ApiKey instance directly instead of relying on the
default location + override/fallback behavior defined in the documentation above . |
Modifier and Type | Method and Description |
---|---|
ClientCredentials |
DefaultClientCredentialsResolver.getClientCredentials() |
ClientCredentials |
ClientCredentialsResolver.getClientCredentials() |
Constructor and Description |
---|
DefaultClientCredentialsResolver(ClientCredentials clientCredentials) |
Modifier and Type | Method and Description |
---|---|
ClientBuilder |
DefaultClientBuilder.setClientCredentials(ClientCredentials clientCredentials) |
Modifier and Type | Class and Description |
---|---|
class |
OAuth2ClientCredentials
This implementation represents client credentials specific to OAuth2 Authentication scheme.
|
Copyright © 2017–2023 Okta. All rights reserved.