Uses of Enum
com.okta.sdk.resource.model.OAuth2ScopeConsentType
Packages that use OAuth2ScopeConsentType
-
Uses of OAuth2ScopeConsentType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuth2ScopeConsentTypeModifier and TypeMethodDescriptionstatic OAuth2ScopeConsentTypeOAuth2Scope.getConsent()Get consentstatic OAuth2ScopeConsentTypeReturns 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.Methods in com.okta.sdk.resource.model with parameters of type OAuth2ScopeConsentTypeModifier and TypeMethodDescriptionOAuth2Scope.consent(OAuth2ScopeConsentType consent) voidOAuth2Scope.setConsent(OAuth2ScopeConsentType consent)