Interface HonuaAuthEventHandle

Handle returned by provider.on(...); call remove() to unsubscribe.

interface HonuaAuthEventHandle {
    remove(): void;
}

Methods

Methods