2 writes to Roles
dotnet-user-jwts (2)
_generated\0\JwtSerializerContext.Jwt.g.cs (1)
241Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Jwt)obj).Roles = value!,
Helpers\Jwt.cs (1)
30Roles = roles,
5 references to Roles
dotnet-user-jwts (5)
_generated\0\JwtSerializerContext.Jwt.g.cs (2)
240Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Jwt)obj).Roles, 299IEnumerableStringSerializeHandler(writer, ((global::Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Jwt)value).Roles);
Helpers\DevJwtCliHelpers.cs (3)
269if (!jwt.Roles.IsNullOrEmpty() || showAll) 271var rolesValue = jwt.Roles.IsNullOrEmpty() 273: string.Join(", ", jwt.Roles);