Table of Contents

Class BasicAuthorization

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

Represents basic authentication.

public record BasicAuthorization : IEquatable<BasicAuthorization>
Inheritance
BasicAuthorization
Implements
Inherited Members

Constructors

BasicAuthorization(Username, Password)

Represents basic authentication.

public BasicAuthorization(Username Username, Password Password)

Parameters

Username Username

The username.

Password Password

The password.

Properties

Password

The password.

public Password Password { get; init; }

Property Value

Password

Username

The username.

public Username Username { get; init; }

Property Value

Username