API version:
Show / Hide Table of Contents

Class OAuth2ScopeConsentGrantStatus

An enumeration of OAuth2ScopeConsentGrantStatus values in the Okta API.

Inheritance
System.Object
StringEnum
OAuth2ScopeConsentGrantStatus
Implements
System.IComparable
Inherited Members
StringEnum.Value
StringEnum.ToString()
StringEnum.Equals(Object)
StringEnum.GetHashCode()
StringEnum.CompareTo(Object)
StringEnum.Create<T>(String)
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 OAuth2ScopeConsentGrantStatus : StringEnum, IComparable

Constructors

OAuth2ScopeConsentGrantStatus(String)

Creates a new OAuth2ScopeConsentGrantStatus instance.

Declaration
public OAuth2ScopeConsentGrantStatus(string value)
Parameters
Type Name Description
System.String value

The value to use.

Fields

Active

The ACTIVE OAuth2ScopeConsentGrantStatus.

Declaration
public static OAuth2ScopeConsentGrantStatus Active
Field Value
Type Description
OAuth2ScopeConsentGrantStatus

Revoked

The REVOKED OAuth2ScopeConsentGrantStatus.

Declaration
public static OAuth2ScopeConsentGrantStatus Revoked
Field Value
Type Description
OAuth2ScopeConsentGrantStatus

Operators

Implicit(String to OAuth2ScopeConsentGrantStatus)

Implicit operator declaration to accept and convert a string value as a OAuth2ScopeConsentGrantStatus

Declaration
public static implicit operator OAuth2ScopeConsentGrantStatus(string value)
Parameters
Type Name Description
System.String value

The value to use

Returns
Type Description
OAuth2ScopeConsentGrantStatus

Implements

System.IComparable
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.