Uses of Class
com.okta.sdk.resource.OAuth2ScopeConsentGrantSource
-
Packages that use OAuth2ScopeConsentGrantSource Package Description com.okta.sdk.resource -
-
Uses of OAuth2ScopeConsentGrantSource in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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 with parameters of type OAuth2ScopeConsentGrantSource Modifier and Type Method Description OAuth2ScopeConsentGrantOAuth2ScopeConsentGrant. setSource(OAuth2ScopeConsentGrantSource source)
-