Table of Contents

Class AuthSettings

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

Represents a set of configuration settings used to control authentication behavior.

public class AuthSettings
Inheritance
AuthSettings
Inherited Members
Extension Methods

Properties

JwtConfig

public JwtConfig? JwtConfig { get; set; }

Property Value

JwtConfig

LoginMethods

public List<string> LoginMethods { get; set; }

Property Value

List<string>

UsersWhiteListConfig

public UsersWhiteListConfig UsersWhiteListConfig { get; set; }

Property Value

UsersWhiteListConfig