Uses of Enum
com.okta.sdk.resource.model.OAuth2ScopeConsentGrantSource
Packages that use OAuth2ScopeConsentGrantSource
-
Uses of OAuth2ScopeConsentGrantSource in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuth2ScopeConsentGrantSourceModifier and TypeMethodDescriptionOAuth2ScopeConsentGrant.getSource()
Get sourceReturns 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.model with parameters of type OAuth2ScopeConsentGrantSourceModifier and TypeMethodDescriptionvoid
OAuth2ScopeConsentGrant.setSource
(OAuth2ScopeConsentGrantSource source) OAuth2ScopeConsentGrant.source
(OAuth2ScopeConsentGrantSource source)