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