Login
Extends:
@osjs/event-emitter~EventEmitter → Login
OS.js Login UI
Constructor Summary
| Public Constructor | ||
| public |
constructor(core: Core, options: LoginOptions) Create authentication handler |
|
Member Summary
| Public Members | ||
| public |
$container: Element Login root DOM element |
|
| public |
Core instance reference |
|
| public |
Login options TODO: typedef |
|
Method Summary
| Public Methods | ||
| public |
destroy() Destroys the UI |
|
| public |
init(startHidden: *) Initializes the UI |
|
| public |
render(startHidden: *) Renders the UI |
|
Public Constructors
public constructor(core: Core, options: LoginOptions) source
Create authentication handler
Params:
| Name | Type | Attribute | Description |
| core | Core | Core reference |
|
| options | LoginOptions |
|
Options |
