6 references to PropName_Email
Microsoft.AspNetCore.Identity (6)
IdentityEndpointsJsonSerializerContext.ForgotPasswordRequest.g.cs (1)
89
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest)value).Email);
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (1)
110
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)value).Email);
IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (1)
152
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)value).Email);
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (1)
112
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)value).Email);
IdentityEndpointsJsonSerializerContext.ResendConfirmationEmailRequest.g.cs (1)
89
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest)value).Email);
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (1)
135
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).Email);