次の方法で共有


Microsoft.AspNetCore.Identity.Data 名前空間

クラス

ForgotPasswordRequest

によって MapIdentityApi<TUser>(IEndpointRouteBuilder)追加された "/forgotPassword" エンドポイントの応答の種類。

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" エンドポイントでは、最初に "/forgotPassword" エンドポイントを呼び出して を ResetCode取得する必要があります。

TwoFactorRequest

によって MapIdentityApi<TUser>(IEndpointRouteBuilder)追加された "/manage/2fa" エンドポイントの要求の種類。

TwoFactorResponse

によって MapIdentityApi<TUser>(IEndpointRouteBuilder)追加された "/manage/2fa" エンドポイントの応答の種類。