-
Notifications
You must be signed in to change notification settings - Fork 0
easyextensionsauthorizationmodels JwtSettings
BigMakCode edited this page Aug 5, 2024
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.Authorization.Models
EasyExtensions.Authorization.Models.JwtSettings[[JwtSettings]]
end
Type | Name | Methods |
---|---|---|
string |
Audience |
get, set |
string |
Issuer |
get, set |
string |
Key |
get, set |
Nullable <int > |
LifetimeMinutes |
get, set |
public JwtSettings()
internal Nullable<int> LifetimeMinutes { get; set; }
internal string Key { get; set; }
internal string Issuer { get; set; }
internal string Audience { get; set; }
Generated with ModularDoc