1 write to RecoveryCodes
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
329
RecoveryCodes
= recoveryCodes,
6 references to RecoveryCodes
Microsoft.AspNetCore.Identity (6)
_generated\13\IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (2)
104
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)obj).
RecoveryCodes
,
177
StringArraySerializeHandler(writer, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)value).
RecoveryCodes
);
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.