Microsoft.AspNetCore.Identity.Data Namespace

Classes

ForgotPasswordRequest

The response type for the "/forgotPassword" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder).

InfoRequest

The request type for the "/manage/info" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder). All properties are optional. No modifications will be made to the user if all the properties are omitted from the request.

InfoResponse

The response type for the "/manage/info" endpoints added by MapIdentityApi<TUser>(IEndpointRouteBuilder).

LoginRequest

The request type for the "/login" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder).

RefreshRequest

The request type for the "/refresh" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder).

RegisterRequest

The request type for the "/register" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder).

ResendConfirmationEmailRequest

The response type for the "/resendConfirmationEmail" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder).

ResetPasswordRequest

The response type for the "/resetPassword" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder). The "/resetPassword" endpoint requires the "/forgotPassword" endpoint to be called first to get the ResetCode.

TwoFactorRequest

The request type for the "/manage/2fa" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder).

TwoFactorResponse

The response type for the "/manage/2fa" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder).