Uses of Class
com.okta.sdk.resource.application.OAuth2ScopeConsentGrantSource
-
Packages that use OAuth2ScopeConsentGrantSource Package Description com.okta.sdk.resource.application -
-
Uses of OAuth2ScopeConsentGrantSource in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return OAuth2ScopeConsentGrantSource Modifier and Type Method Description OAuth2ScopeConsentGrantSourceOAuth2ScopeConsentGrant. getSource()static OAuth2ScopeConsentGrantSourceOAuth2ScopeConsentGrantSource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OAuth2ScopeConsentGrantSource[]OAuth2ScopeConsentGrantSource. 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 OAuth2ScopeConsentGrantSource Modifier and Type Method Description OAuth2ScopeConsentGrantOAuth2ScopeConsentGrant. setSource(OAuth2ScopeConsentGrantSource source)
-