Interface DisconnectOptions

interface DisconnectOptions {
    showAlert?: ShowAlert;
    redirectURL?: string;
    onWeb: boolean;
    updateValidated?: ((isValidated: boolean) => void);
}

Properties

showAlert?: ShowAlert
redirectURL?: string
onWeb: boolean
updateValidated?: ((isValidated: boolean) => void)