Uses of Enum
com.okta.sdk.resource.model.OpenIdConnectApplicationConsentMethod
Packages that use OpenIdConnectApplicationConsentMethod
Package
Description
-
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource with parameters of type OpenIdConnectApplicationConsentMethodModifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.setConsentMethod
(OpenIdConnectApplicationConsentMethod consentMethod) -
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application with parameters of type OpenIdConnectApplicationConsentMethodModifier and TypeMethodDescriptionOIDCApplicationBuilder.setConsentMethod
(OpenIdConnectApplicationConsentMethod consentMethod) -
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OpenIdConnectApplicationConsentMethodModifier 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.Methods in com.okta.sdk.resource.model with parameters of type OpenIdConnectApplicationConsentMethodModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.consentMethod
(OpenIdConnectApplicationConsentMethod consentMethod) void
OpenIdConnectApplicationSettingsClient.setConsentMethod
(OpenIdConnectApplicationConsentMethod consentMethod)