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
Key
public string? Key { get; set; }
Property Value
ValidateAudience
public bool ValidateAudience { get; set; }