Class ClientSecret
Represents an OAuth client secret.
public record ClientSecret : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<ClientSecret>
- Inheritance
-
ClientSecret
- Implements
- Inherited Members
Constructors
ClientSecret(string)
Represents an OAuth client secret.
public ClientSecret(string Value)
Parameters
ValuestringThe actual value.
Fields
Empty
Gets the representation of an empty ClientSecret.
public static readonly ClientSecret Empty
Field Value
Operators
implicit operator ClientSecret(string)
Implicitly convert from a string to ClientSecret.
public static implicit operator ClientSecret(string value)
Parameters
valuestringString to convert from.