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 OAuth2ScopeConsentGrantSource
OAuth2ScopeConsentGrant. getSource()
static OAuth2ScopeConsentGrantSource
OAuth2ScopeConsentGrantSource. 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 OAuth2ScopeConsentGrant
OAuth2ScopeConsentGrant. setSource(OAuth2ScopeConsentGrantSource source)
-