Description

Input object for checking user password

interface CheckUserPasswordArgs {
    email: string;
    password: string;
}

Properties

Properties

email: string
password: string

Generated using TypeDoc