3 references to JwtPrint_Audiences
dotnet-user-jwts (3)
Commands\CreateCommand.cs (1)
142
optionsString += audienceOption.HasValue() ? $"{Resources.
JwtPrint_Audiences
}: {string.Join(", ", audience)}{Environment.NewLine}" : string.Empty;
Commands\ListCommand.cs (1)
73
table.AddColumns(Resources.JwtPrint_Id, Resources.JwtPrint_Scheme, Resources.
JwtPrint_Audiences
, Resources.JwtPrint_IssuedOn, Resources.JwtPrint_ExpiresOn);
Helpers\DevJwtCliHelpers.cs (1)
176
reporter.Output($"{Resources.
JwtPrint_Audiences
}: {jwt.Audience}");