Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static OAuth2ScopeConsentGrantSource |
OAuth2ScopeConsentGrantSource.fromValue(String value) |
OAuth2ScopeConsentGrantSource |
OAuth2ScopeConsentGrant.getSource()
Get source
|
static OAuth2ScopeConsentGrantSource |
OAuth2ScopeConsentGrantSource.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ScopeConsentGrant.setSource(OAuth2ScopeConsentGrantSource source) |
OAuth2ScopeConsentGrant |
OAuth2ScopeConsentGrant.source(OAuth2ScopeConsentGrantSource source) |
Copyright © 2017–2023 Okta. All rights reserved.