Functionsloginlogin Callablelogin(...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.Parametersrest...args: [value?: Login, callback?: (result: boolean) => void, closeCallback?: () => void]Returns Promise<LoginResult>
This method will show a login dialog where the user has the opportunity to log in.