1 instantiation of JwtAuthenticationSchemeSettings
dotnet-user-jwts (1)
Commands\CreateCommand.cs (1)
248
var settingsToWrite = new
JwtAuthenticationSchemeSettings
(options.Scheme, options.Audiences, options.Issuer);
3 references to JwtAuthenticationSchemeSettings
dotnet-user-jwts (3)
Commands\ClearCommand.cs (1)
60
JwtAuthenticationSchemeSettings
.RemoveScheme(appsettingsFilePath, jwt.Value.Scheme);
Commands\CreateCommand.cs (1)
248
var
settingsToWrite = new JwtAuthenticationSchemeSettings(options.Scheme, options.Audiences, options.Issuer);
Commands\RemoveCommand.cs (1)
47
JwtAuthenticationSchemeSettings
.RemoveScheme(appsettingsFilePath, jwt.Scheme);