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

Type declaration

Type declaration

    Generated using TypeDoc