Class AuthenticationConfig
public record AuthenticationConfig : IEquatable<AuthenticationConfig>
- Inheritance
-
AuthenticationConfig
- Implements
- Inherited Members
Properties
Header
public string? Header { get; init; }
Property Value
Scheme
public string? Scheme { get; init; }
Property Value
Token
public string? Token { get; init; }
Property Value
TokenEnvironmentVariable
public string? TokenEnvironmentVariable { get; init; }