Exemplo n.º 1
0
 public ConfigureSopiSwaggerClientOptions(IOptions <Auth0Options> auth0Options)
 {
     _auth0Options = auth0Options.Value;
 }
Exemplo n.º 2
0
 public ConfigureAuth0AuthorizationOptions(IOptions <Auth0Options> auth0Options)
 {
     _auth0Options = auth0Options.Value;
 }
Exemplo n.º 3
0
 public ConfigureAuth0JwtBearerOptions(IOptions <Auth0Options> auth0Options)
 {
     _auth0Options = auth0Options.Value;
 }