Table of Contents

Class AuthenticationConfig

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record AuthenticationConfig : IEquatable<AuthenticationConfig>
Inheritance
AuthenticationConfig
Implements
Inherited Members

Properties

Header

public string? Header { get; init; }

Property Value

string

Scheme

public string? Scheme { get; init; }

Property Value

string

Token

public string? Token { get; init; }

Property Value

string

TokenEnvironmentVariable

public string? TokenEnvironmentVariable { get; init; }

Property Value

string