Class OAuth2ScopeConsentGrantSource
An enumeration of OAuth2ScopeConsentGrantSource values in the Okta API.
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class OAuth2ScopeConsentGrantSource : StringEnum, IComparable
Constructors
OAuth2ScopeConsentGrantSource(String)
Creates a new OAuth2ScopeConsentGrantSource instance.
Declaration
public OAuth2ScopeConsentGrantSource(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Admin
The ADMIN OAuth2ScopeConsentGrantSource.
Declaration
public static OAuth2ScopeConsentGrantSource Admin
Field Value
Type | Description |
---|---|
OAuth2ScopeConsentGrantSource |
EndUser
The END_USER OAuth2ScopeConsentGrantSource.
Declaration
public static OAuth2ScopeConsentGrantSource EndUser
Field Value
Type | Description |
---|---|
OAuth2ScopeConsentGrantSource |
Operators
Implicit(String to OAuth2ScopeConsentGrantSource)
Implicit operator declaration to accept and convert a string value as a OAuth2ScopeConsentGrantSource
Declaration
public static implicit operator OAuth2ScopeConsentGrantSource(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
OAuth2ScopeConsentGrantSource |
Implements
System.IComparable