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