Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static OAuth2ScopeConsentType |
OAuth2ScopeConsentType.fromValue(String value) |
OAuth2ScopeConsentType |
OAuth2Scope.getConsent()
Get consent
|
static OAuth2ScopeConsentType |
OAuth2ScopeConsentType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Scope |
OAuth2Scope.consent(OAuth2ScopeConsentType consent) |
void |
OAuth2Scope.setConsent(OAuth2ScopeConsentType consent) |
Copyright © 2017–2023 Okta. All rights reserved.