Interface AuthApiAuthCreatePasswordResetRequest

Request parameters for authCreatePasswordReset operation in AuthApi.

AuthApiAuthCreatePasswordResetRequest

interface AuthApiAuthCreatePasswordResetRequest {
    passwordResetSerializerExRequest: PasswordResetSerializerExRequest;
}

Properties

passwordResetSerializerExRequest: PasswordResetSerializerExRequest

AuthApiAuthCreatePasswordReset