Type Alias AuthDict

AuthDict:
    | PasswordDict
    | RecaptchaDict
    | EmailIdentityDict
    | {
        type: Exclude<string, AuthType>;
        [key: string]: any;
    }
    | {}

The parameters which are submitted as the auth dict in a UIA request