Table of Contents

Class Token

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

Represents an authentication token.

public record Token : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<Token>
Inheritance
Token
Implements
Inherited Members

Constructors

Token(string)

Represents an authentication token.

public Token(string Value)

Parameters

Value string

The actual value.

Fields

Empty

Gets the representation of an empty Token.

public static readonly Token Empty

Field Value

Token

Operators

implicit operator Token(string)

Implicitly convert from a string to Token.

public static implicit operator Token(string value)

Parameters

value string

String to convert from.

Returns

Token