2 references to JwtPrint_Scopes
dotnet-user-jwts (2)
Commands\CreateCommand.cs (1)
206optionsString += scopesOption.HasValue() ? $"{Resources.JwtPrint_Scopes}: {string.Join(", ", scopes)}{Environment.NewLine}" : string.Empty;
Helpers\DevJwtCliHelpers.cs (1)
186reporter.Output($"{Resources.JwtPrint_Scopes}: {scopesValue}");