Interface ResetPasswordResultOk

Represents result of 2-step verification password reset. Subtype of ResetPasswordResult.

interface ResetPasswordResultOk {
    @type: "resetPasswordResultOk";
}

Properties

Properties

@type: "resetPasswordResultOk"