2 references to AddRow
dotnet-user-jwts (2)
Commands\ListCommand.cs (2)
85
table.
AddRow
(jwt.Id, jwt.Scheme, jwt.Audience, jwt.Issued.ToString("O"), jwt.Expires.ToString("O"), jwt.Token);
89
table.
AddRow
(jwt.Id, jwt.Scheme, jwt.Audience, jwt.Issued.ToString("O"), jwt.Expires.ToString("O"));