| Package | Description |
|---|---|
| com.okta.sdk.impl.resource | |
| com.okta.sdk.resource.application | |
| com.okta.sdk.resource.model |
| Modifier and Type | Method and Description |
|---|---|
OIDCApplicationBuilder |
DefaultOIDCApplicationBuilder.setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod) |
| Modifier and Type | Method and Description |
|---|---|
OIDCApplicationBuilder |
OIDCApplicationBuilder.setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod) |
| Modifier and Type | Method and Description |
|---|---|
static OpenIdConnectApplicationConsentMethod |
OpenIdConnectApplicationConsentMethod.fromValue(String value) |
OpenIdConnectApplicationConsentMethod |
OpenIdConnectApplicationSettingsClient.getConsentMethod()
Get consentMethod
|
static OpenIdConnectApplicationConsentMethod |
OpenIdConnectApplicationConsentMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenIdConnectApplicationConsentMethod[] |
OpenIdConnectApplicationConsentMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectApplicationSettingsClient |
OpenIdConnectApplicationSettingsClient.consentMethod(OpenIdConnectApplicationConsentMethod consentMethod) |
void |
OpenIdConnectApplicationSettingsClient.setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod) |
Copyright © 2017–2023 Okta. All rights reserved.