3 references to JwtPrint_Scheme
dotnet-user-jwts (3)
Commands\CreateCommand.cs (1)
136var optionsString = schemeNameOption.HasValue() ? $"{Resources.JwtPrint_Scheme}: {scheme}{Environment.NewLine}" : string.Empty;
Commands\ListCommand.cs (1)
73table.AddColumns(Resources.JwtPrint_Id, Resources.JwtPrint_Scheme, Resources.JwtPrint_Audiences, Resources.JwtPrint_IssuedOn, Resources.JwtPrint_ExpiresOn);
Helpers\DevJwtCliHelpers.cs (1)
175reporter.Output($"{Resources.JwtPrint_Scheme}: {jwt.Scheme}");