Exemplo n.º 1
0
 /// <summary>
 /// Creates new Jwt Provider with specified options
 /// </summary>
 public JwtProvider(JwtOptions options)
 {
     Options = options;
 }