2 references to Issuer
dotnet-user-jwts (2)
Commands\CreateCommand.cs (1)
141var issuer = issuerOption.HasValue() ? issuerOption.Value() : DevJwtsDefaults.Issuer;
Commands\KeyCommand.cs (1)
46issuerOption.Value() ?? DevJwtsDefaults.Issuer,