Class ScopeType
An enumeration of ScopeType 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 ScopeType : StringEnum, IComparable
Constructors
ScopeType(String)
Creates a new ScopeType instance.
Declaration
public ScopeType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Cors
The CORS ScopeType.
Declaration
public static ScopeType Cors
Field Value
Type | Description |
---|---|
ScopeType |
Redirect
The REDIRECT ScopeType.
Declaration
public static ScopeType Redirect
Field Value
Type | Description |
---|---|
ScopeType |
Operators
Implicit(String to ScopeType)
Implicit operator declaration to accept and convert a string value as a ScopeType
Declaration
public static implicit operator ScopeType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
ScopeType |
Implements
System.IComparable