API version:
Show / Hide Table of Contents

Class ProtocolRelayStateFormat

An enumeration of ProtocolRelayStateFormat values in the Okta API.

Inheritance
System.Object
StringEnum
ProtocolRelayStateFormat
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 ProtocolRelayStateFormat : StringEnum, IComparable

Constructors

ProtocolRelayStateFormat(String)

Creates a new ProtocolRelayStateFormat instance.

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

The value to use.

Fields

FromUrl

The FROM_URL ProtocolRelayStateFormat.

Declaration
public static ProtocolRelayStateFormat FromUrl
Field Value
Type Description
ProtocolRelayStateFormat

Opaque

The OPAQUE ProtocolRelayStateFormat.

Declaration
public static ProtocolRelayStateFormat Opaque
Field Value
Type Description
ProtocolRelayStateFormat

Operators

Implicit(String to ProtocolRelayStateFormat)

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

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

The value to use

Returns
Type Description
ProtocolRelayStateFormat

Implements

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