3 references to JwtPrint_Token
dotnet-user-jwts (3)
Commands\CreateCommand.cs (1)
279reporter.Output($"{Resources.JwtPrint_Token}: {jwt.Token}");
Commands\ListCommand.cs (1)
77table.AddColumns(Resources.JwtPrint_Token);
Helpers\DevJwtCliHelpers.cs (1)
211var tokenValueFieldName = showAll ? Resources.JwtPrint_CompactToken : Resources.JwtPrint_Token;