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 OpenIdConnectApplicationConsentMethodOpenIdConnectApplicationSettingsClient. getConsentMethod()static OpenIdConnectApplicationConsentMethodOpenIdConnectApplicationConsentMethod. 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 OIDCApplicationBuilderOIDCApplicationBuilder. setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod)OpenIdConnectApplicationSettingsClientOpenIdConnectApplicationSettingsClient. setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod)
-