4 references to JwtPrint_ExpiresOn
dotnet-user-jwts (4)
Commands\CreateCommand.cs (2)
178optionsString += $"{Resources.JwtPrint_ExpiresOn}: {expiresOn:O}{Environment.NewLine}"; 198optionsString += $"{Resources.JwtPrint_ExpiresOn}: {expiresOn:O}{Environment.NewLine}";
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)
178reporter.Output($"{Resources.JwtPrint_ExpiresOn}: {jwt.Expires:O}");