Projekt

Obecné

Profil

Stáhnout (138 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
namespace Core.Authentication;
2

    
3
public class JwtConfig
4
{
5
    public string Secret { get; set; }
6
    public string Issuer { get; set; }
7
}
8

    
(1-1/2)