Table of Contents

Struct ConnectionResponseContentAuth0OidcStrategy

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

Constructors

ConnectionResponseContentAuth0OidcStrategy(string)

public ConnectionResponseContentAuth0OidcStrategy(string value)

Parameters

value string

Fields

Auth0Oidc

public static readonly ConnectionResponseContentAuth0OidcStrategy Auth0Oidc

Field Value

ConnectionResponseContentAuth0OidcStrategy

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 ConnectionResponseContentAuth0OidcStrategy FromCustom(string value)

Parameters

value string

Returns

ConnectionResponseContentAuth0OidcStrategy

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(ConnectionResponseContentAuth0OidcStrategy, string)

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

Parameters

value1 ConnectionResponseContentAuth0OidcStrategy
value2 string

Returns

bool

explicit operator string(ConnectionResponseContentAuth0OidcStrategy)

public static explicit operator string(ConnectionResponseContentAuth0OidcStrategy value)

Parameters

value ConnectionResponseContentAuth0OidcStrategy

Returns

string

explicit operator ConnectionResponseContentAuth0OidcStrategy(string)

public static explicit operator ConnectionResponseContentAuth0OidcStrategy(string value)

Parameters

value string

Returns

ConnectionResponseContentAuth0OidcStrategy

operator !=(ConnectionResponseContentAuth0OidcStrategy, string)

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

Parameters

value1 ConnectionResponseContentAuth0OidcStrategy
value2 string

Returns

bool