2 writes to RecoveryCodes
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
329RecoveryCodes = recoveryCodes,
IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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] },
6 references to RecoveryCodes
Microsoft.AspNetCore.Identity (6)
Data\LoginRequest.cs (1)
30/// An optional two-factor recovery code from <see cref="TwoFactorResponse.RecoveryCodes"/>.
Data\TwoFactorRequest.cs (2)
31/// An optional <see cref="bool"/> to reset the <see cref="TwoFactorResponse.RecoveryCodes"/> to new random values if <see langword="true"/>. 32/// <see cref="TwoFactorResponse.RecoveryCodes"/> will be empty unless they are reset or two-factor was enabled for the first time.
Data\TwoFactorResponse.cs (1)
19/// The number of unused <see cref="RecoveryCodes"/> remaining.
IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (2)
102Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)obj).RecoveryCodes, 175StringArraySerializeHandler(writer, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)value).RecoveryCodes);