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
valuestring
Fields
Auth0Oidc
public static readonly CreateConnectionRequestContentAuth0OidcStrategy Auth0Oidc
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static CreateConnectionRequestContentAuth0OidcStrategy FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(CreateConnectionRequestContentAuth0OidcStrategy, string)
public static bool operator ==(CreateConnectionRequestContentAuth0OidcStrategy value1, string value2)
Parameters
value1CreateConnectionRequestContentAuth0OidcStrategyvalue2string
Returns
explicit operator string(CreateConnectionRequestContentAuth0OidcStrategy)
public static explicit operator string(CreateConnectionRequestContentAuth0OidcStrategy value)
Parameters
Returns
explicit operator CreateConnectionRequestContentAuth0OidcStrategy(string)
public static explicit operator CreateConnectionRequestContentAuth0OidcStrategy(string value)
Parameters
valuestring
Returns
operator !=(CreateConnectionRequestContentAuth0OidcStrategy, string)
public static bool operator !=(CreateConnectionRequestContentAuth0OidcStrategy value1, string value2)
Parameters
value1CreateConnectionRequestContentAuth0OidcStrategyvalue2string