Skip to content

Commit

Permalink
ExpenseApplication/Infrastructure/Token/JwtConfig.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsemihkoca committed Jan 18, 2024
1 parent ea078e2 commit ed39ba5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ExpenseApplication/Infrastructure/Token/JwtConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ namespace Infrastructure.Token;

public class JwtConfig
{

public string Secret { get; set; }
public string Issuer { get; set; }
public string Audience { get; set; }
public int AccessTokenExpiration { get; set; }
}

0 comments on commit ed39ba5

Please sign in to comment.