Table of Contents

Class JwtExtConfig

Namespace
adas_core.Domain.Models.AppSettings
Assembly
adas-core.Domain.dll

Represents a configuration class for JWT (JSON Web Token) extension settings.

public class JwtExtConfig
Inheritance
JwtExtConfig
Derived
Inherited Members
Extension Methods

Properties

Audience

public string? Audience { get; set; }

Property Value

string

Key

public string? Key { get; set; }

Property Value

string

ValidateAudience

public bool ValidateAudience { get; set; }

Property Value

bool