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