Uses of Class
com.okta.sdk.resource.OpenIdConnectApplicationConsentMethod
-
Packages that use OpenIdConnectApplicationConsentMethod Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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 with parameters of type OpenIdConnectApplicationConsentMethod Modifier and Type Method Description OpenIdConnectApplicationSettingsClientOpenIdConnectApplicationSettingsClient. setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod) -
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type OpenIdConnectApplicationConsentMethod Modifier and Type Method Description OIDCApplicationBuilderOIDCApplicationBuilder. setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod)
-