1 write to Scopes
dotnet-user-jwts (1)
Helpers\Jwt.cs (1)
29
Scopes
= scopes,
3 references to Scopes
dotnet-user-jwts (3)
Helpers\DevJwtCliHelpers.cs (3)
158
if (!jwt.
Scopes
.IsNullOrEmpty() || showAll)
160
var scopesValue = jwt.
Scopes
.IsNullOrEmpty()
162
: string.Join(", ", jwt.
Scopes
);