Uses of Class
com.okta.sdk.resource.OAuth2ScopeConsentType
-
Packages that use OAuth2ScopeConsentType Package Description com.okta.sdk.resource -
-
Uses of OAuth2ScopeConsentType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OAuth2ScopeConsentType Modifier and Type Method Description OAuth2ScopeConsentType
OAuth2Scope. getConsent()
static OAuth2ScopeConsentType
OAuth2ScopeConsentType. valueOf(java.lang.String name)
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.Methods in com.okta.sdk.resource with parameters of type OAuth2ScopeConsentType Modifier and Type Method Description OAuth2Scope
OAuth2Scope. setConsent(OAuth2ScopeConsentType consent)
-