Package | Description |
---|---|
com.okta.sdk.impl.oauth2 | |
org.openapitools.client | |
org.openapitools.client.auth |
Modifier and Type | Class and Description |
---|---|
class |
OAuth2ClientCredentials
This implementation represents client credentials specific to OAuth2 Authentication scheme.
|
Modifier and Type | Method and Description |
---|---|
Authentication |
ApiClient.getAuthentication(String authName)
Get authentication for the given name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Authentication> |
ApiClient.getAuthentications()
Get authentications (key: authentication name, value: authentication).
|
Modifier and Type | Method and Description |
---|---|
void |
ApiClient.replaceAuthentication(String authName,
Authentication authentication)
Replaces authentication for the given name.
|
Modifier and Type | Class and Description |
---|---|
class |
ApiKeyAuth |
class |
HttpBasicAuth |
class |
HttpBearerAuth |
class |
OAuth |
Copyright © 2017–2023 Okta. All rights reserved.