Table of Contents

Class BasicFields

Namespace
Cuemon.AspNetCore.Authentication.Basic
Assembly
Cuemon.AspNetCore.Authentication.dll

A collection of constants for BasicAuthorizationHeaderBuilder.

public static class BasicFields
Inheritance
BasicFields

Fields

Credentials

The credentials of the HTTP Basic access authentication.

public const string Credentials = "credentials"

Field Value

String

Password

The password of the Credentials.

public const string Password = "password"

Field Value

String

Realm

The realm field of a HTTP Basic access authentication.

public const string Realm = "realm"

Field Value

String

UserName

The username of the Credentials.

public const string UserName = "username"

Field Value

String