Class BasicFields
- 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
Password
The password of the Credentials.
public const string Password = "password"
Field Value
Realm
The realm field of a HTTP Basic access authentication.
public const string Realm = "realm"
Field Value
UserName
The username of the Credentials.
public const string UserName = "username"