5 instantiations of JwtStore
dotnet-user-jwts (5)
Commands\ClearCommand.cs (1)
37
var jwtStore = new
JwtStore
(userSecretsId);
Commands\CreateCommand.cs (1)
238
var jwtStore = new
JwtStore
(userSecretsId, program);
Commands\ListCommand.cs (1)
38
var jwtStore = new
JwtStore
(userSecretsId);
Commands\PrintCommand.cs (1)
45
var jwtStore = new
JwtStore
(userSecretsId);
Commands\RemoveCommand.cs (1)
38
var jwtStore = new
JwtStore
(userSecretsId);
7 references to JwtStore
dotnet-user-jwts (7)
Commands\ClearCommand.cs (1)
37
var
jwtStore = new JwtStore(userSecretsId);
Commands\CreateCommand.cs (1)
238
var
jwtStore = new JwtStore(userSecretsId, program);
Commands\ListCommand.cs (3)
38
var
jwtStore = new JwtStore(userSecretsId);
53
private static void PrintJwtsJson(IReporter reporter,
JwtStore
jwtStore)
65
private static void PrintJwtsDefault(IReporter reporter, string project, string userSecretsId,
JwtStore
jwtStore, bool showTokens)
Commands\PrintCommand.cs (1)
45
var
jwtStore = new JwtStore(userSecretsId);
Commands\RemoveCommand.cs (1)
38
var
jwtStore = new JwtStore(userSecretsId);