2 references to PropName_Password
Microsoft.AspNetCore.Identity (2)
IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (1)
153
writer.WriteString(
PropName_Password
, ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)value).Password);
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (1)
113
writer.WriteString(
PropName_Password
, ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)value).Password);