Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AuthorizeClient"/> class.
 /// </summary>
 /// <param name="options">The options.</param>
 public AuthorizeClient(OidcClientOptions options)
 {
     _options = options;
     _logger  = options.LoggerFactory.CreateLogger <AuthorizeClient>();
     _crypto  = new CryptoHelper(options);
 }