Class AuthCredentials.Basic
public record AuthCredentials.Basic : AuthCredentials, IEquatable<AuthCredentials>, IEquatable<AuthCredentials.Basic>
- Inheritance
-
AuthCredentials.Basic
- Implements
- Inherited Members
Constructors
Basic(string, string)
public Basic(string Username, string Password)
Parameters
Properties
Password
public string Password { get; init; }
Property Value
Username
public string Username { get; init; }