Uses of Class
com.okta.sdk.resource.application.OpenIdConnectApplicationConsentMethod
-
Packages that use OpenIdConnectApplicationConsentMethod Package Description com.okta.sdk.resource.application -
-
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return OpenIdConnectApplicationConsentMethod Modifier and Type Method Description OpenIdConnectApplicationConsentMethod
OpenIdConnectApplicationSettingsClient. getConsentMethod()
static OpenIdConnectApplicationConsentMethod
OpenIdConnectApplicationConsentMethod. valueOf(java.lang.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.Methods in com.okta.sdk.resource.application with parameters of type OpenIdConnectApplicationConsentMethod Modifier and Type Method Description OIDCApplicationBuilder
OIDCApplicationBuilder. setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod)
OpenIdConnectApplicationSettingsClient
OpenIdConnectApplicationSettingsClient. setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod)
-