Skip to main content

login

Callable

  • login(...args: [value?: Login, callback?: (result: boolean) => void, closeCallback?: () => void]): Promise<LoginResult>

  • This method will show a login dialog where the user has the opportunity to log in.


    Parameters

    • rest...args: [value?: Login, callback?: (result: boolean) => void, closeCallback?: () => void]

    Returns Promise<LoginResult>