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