共用方式為


Microsoft.AspNetCore.Identity.Data 命名空間

類別

ForgotPasswordRequest

MapIdentityApi<TUser>(IEndpointRouteBuilder) 新增 「/forgetPassword」 端點的回應類型。

InfoRequest

MapIdentityApi<TUser>(IEndpointRouteBuilder) 新增之 「/manage/info」 端點的要求類型。 所有屬性都是選擇性的。 如果要求中省略所有屬性,則不會對使用者進行任何修改。

InfoResponse

MapIdentityApi<TUser>(IEndpointRouteBuilder) 新增之 「/manage/info」 端點的回應類型。

LoginRequest

MapIdentityApi<TUser>(IEndpointRouteBuilder) 新增之 「/login」 端點的要求類型。

RefreshRequest

MapIdentityApi<TUser>(IEndpointRouteBuilder) 新增之 「/refresh」 端點的要求類型。

RegisterRequest

MapIdentityApi<TUser>(IEndpointRouteBuilder) 新增之 「/register」 端點的要求類型。

ResendConfirmationEmailRequest

MapIdentityApi<TUser>(IEndpointRouteBuilder) 新增 「/resendConfirmationEmail」 端點的回應類型。

ResetPasswordRequest

MapIdentityApi<TUser>(IEndpointRouteBuilder) 新增之 「/resetPassword」 端點的回應類型。 「/resetPassword」 端點需要先呼叫 「/forgetPassword」 端點,才能取得 ResetCode

TwoFactorRequest

MapIdentityApi<TUser>(IEndpointRouteBuilder) 新增 「/manage/2fa」 端點的要求類型。

TwoFactorResponse

MapIdentityApi<TUser>(IEndpointRouteBuilder) 新增 「/manage/2fa」 端點的回應類型。