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