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