Table of Contents

Struct CreateConnectionRequestContentAuth0OidcStrategy

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(CreateConnectionRequestContentAuth0OidcStrategy.CreateConnectionRequestContentAuth0OidcStrategySerializer))]
[Serializable]
public readonly record struct CreateConnectionRequestContentAuth0OidcStrategy : IStringEnum, IEquatable<string>, IEquatable<CreateConnectionRequestContentAuth0OidcStrategy>
Implements
Inherited Members

Constructors

CreateConnectionRequestContentAuth0OidcStrategy(string)

public CreateConnectionRequestContentAuth0OidcStrategy(string value)

Parameters

value string

Fields

Auth0Oidc

public static readonly CreateConnectionRequestContentAuth0OidcStrategy Auth0Oidc

Field Value

CreateConnectionRequestContentAuth0OidcStrategy

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static CreateConnectionRequestContentAuth0OidcStrategy FromCustom(string value)

Parameters

value string

Returns

CreateConnectionRequestContentAuth0OidcStrategy

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(CreateConnectionRequestContentAuth0OidcStrategy, string)

public static bool operator ==(CreateConnectionRequestContentAuth0OidcStrategy value1, string value2)

Parameters

value1 CreateConnectionRequestContentAuth0OidcStrategy
value2 string

Returns

bool

explicit operator string(CreateConnectionRequestContentAuth0OidcStrategy)

public static explicit operator string(CreateConnectionRequestContentAuth0OidcStrategy value)

Parameters

value CreateConnectionRequestContentAuth0OidcStrategy

Returns

string

explicit operator CreateConnectionRequestContentAuth0OidcStrategy(string)

public static explicit operator CreateConnectionRequestContentAuth0OidcStrategy(string value)

Parameters

value string

Returns

CreateConnectionRequestContentAuth0OidcStrategy

operator !=(CreateConnectionRequestContentAuth0OidcStrategy, string)

public static bool operator !=(CreateConnectionRequestContentAuth0OidcStrategy value1, string value2)

Parameters

value1 CreateConnectionRequestContentAuth0OidcStrategy
value2 string

Returns

bool