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