2 writes to RecoveryCodesLeft
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
330
RecoveryCodesLeft
= recoveryCodes?.Length ?? await userManager.CountRecoveryCodesAsync(user),
IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse(){ SharedKey = (string)args[0],
RecoveryCodesLeft
= (int)args[1], RecoveryCodes = (string[])args[2], IsTwoFactorEnabled = (bool)args[3], IsMachineRemembered = (bool)args[4] },
2 references to RecoveryCodesLeft
Microsoft.AspNetCore.Identity (2)
IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (2)
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)obj).
RecoveryCodesLeft
,
173
writer.WriteNumber(PropName_RecoveryCodesLeft, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)value).
RecoveryCodesLeft
);