Uses of Enum
com.okta.sdk.resource.model.OAuth2ScopeConsentType
-
Uses of OAuth2ScopeConsentType in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic OAuth2ScopeConsentType
OAuth2Scope.getConsent()
Get consentstatic OAuth2ScopeConsentType
Returns the enum constant of this type with the specified name.static OAuth2ScopeConsentType[]
OAuth2ScopeConsentType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionOAuth2Scope.consent
(OAuth2ScopeConsentType consent) void
OAuth2Scope.setConsent
(OAuth2ScopeConsentType consent)