Uses of Enum
com.okta.sdk.resource.model.OpenIdConnectApplicationConsentMethod
Package
Description
-
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.impl.resource
Modifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.setConsentMethod
(OpenIdConnectApplicationConsentMethod consentMethod) -
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.resource.application
Modifier and TypeMethodDescriptionOIDCApplicationBuilder.setConsentMethod
(OpenIdConnectApplicationConsentMethod consentMethod) -
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.getConsentMethod()
Get consentMethodReturns the enum constant of this type with the specified name.OpenIdConnectApplicationConsentMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.consentMethod
(OpenIdConnectApplicationConsentMethod consentMethod) void
OpenIdConnectApplicationSettingsClient.setConsentMethod
(OpenIdConnectApplicationConsentMethod consentMethod)