Table of Contents

Class ClientSecret

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

Represents an OAuth client secret.

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

Constructors

ClientSecret(string)

Represents an OAuth client secret.

public ClientSecret(string Value)

Parameters

Value string

The actual value.

Fields

Empty

Gets the representation of an empty ClientSecret.

public static readonly ClientSecret Empty

Field Value

ClientSecret

Operators

implicit operator ClientSecret(string)

Implicitly convert from a string to ClientSecret.

public static implicit operator ClientSecret(string value)

Parameters

value string

String to convert from.

Returns

ClientSecret