2 writes to Scopes
dotnet-user-jwts (2)
_generated\0\JwtSerializerContext.Jwt.g.cs (1)
221
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Jwt)obj).
Scopes
= value!,
Helpers\Jwt.cs (1)
29
Scopes
= scopes,
5 references to Scopes
dotnet-user-jwts (5)
_generated\0\JwtSerializerContext.Jwt.g.cs (2)
220
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Jwt)obj).
Scopes
,
297
IEnumerableStringSerializeHandler(writer, ((global::Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Jwt)value).
Scopes
);
Helpers\DevJwtCliHelpers.cs (3)
261
if (!jwt.
Scopes
.IsNullOrEmpty() || showAll)
263
var scopesValue = jwt.
Scopes
.IsNullOrEmpty()
265
: string.Join(", ", jwt.
Scopes
);