Interface ResetPasswordResultPending

The password reset request is pending. Subtype of ResetPasswordResult.

interface ResetPasswordResultPending {
    @type: "resetPasswordResultPending";
    pending_reset_date: number;
}

Properties

@type: "resetPasswordResultPending"
pending_reset_date: number

Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.