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
LoginMethods
public List<string> LoginMethods { get; set; }
Property Value
UsersWhiteListConfig
public UsersWhiteListConfig UsersWhiteListConfig { get; set; }