Class Token
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
ValuestringThe actual value.
Fields
Empty
Gets the representation of an empty Token.
public static readonly Token Empty
Field Value
Operators
implicit operator Token(string)
Implicitly convert from a string to Token.
public static implicit operator Token(string value)
Parameters
valuestringString to convert from.