1 write to RecoveryCodes
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
329RecoveryCodes = recoveryCodes,
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);