Table of Contents

Class Authority

Namespace
Cratis.Chronicle.Security
Assembly
Cratis.Chronicle.dll

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

Value string

The actual value.

Fields

Empty

Gets the representation of an empty Authority.

public static readonly Authority Empty

Field Value

Authority

Operators

implicit operator Authority(string)

Implicitly convert from a string to Authority.

public static implicit operator Authority(string value)

Parameters

value string

String to convert from.

Returns

Authority