First commit
This commit is contained in:
7
Homework/JwtSettings.cs
Normal file
7
Homework/JwtSettings.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
public class JwtSettings
|
||||
{
|
||||
public string Key { get; set; }
|
||||
public string Issuer { get; set; }
|
||||
public string Audience { get; set; }
|
||||
public int ExpireMinutes { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user