Interface ResetPasswordResultDeclined

The password reset request was declined. Subtype of ResetPasswordResult.

interface ResetPasswordResultDeclined {
    @type: "resetPasswordResultDeclined";
    retry_date: number;
}

Properties

Properties

@type: "resetPasswordResultDeclined"
retry_date: number

Point in time (Unix timestamp) when the password reset can be retried.