2 references to JwtPrint_Roles
dotnet-user-jwts (2)
Commands\CreateCommand.cs (1)
203optionsString += rolesOption.HasValue() ? $"{Resources.JwtPrint_Roles}: [{string.Join(", ", roles)}]{Environment.NewLine}" : string.Empty;
Helpers\DevJwtCliHelpers.cs (1)
194reporter.Output($"{Resources.JwtPrint_Roles}: [{rolesValue}]");