Table of Contents

Class ClientId

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

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

Value string

The actual value.

Fields

Empty

Gets the representation of an empty ClientId.

public static readonly ClientId Empty

Field Value

ClientId

Operators

implicit operator ClientId(string)

Implicitly convert from a string to ClientId.

public static implicit operator ClientId(string value)

Parameters

value string

String to convert from.

Returns

ClientId