AuthServiceProvider
Extends:
@osjs/common~ServiceProvider → AuthServiceProvider
OS.js Auth Service Provider
Creates the login prompt and handles authentication flow
Constructor Summary
Public Constructor | ||
public |
constructor(core: Core, options: AuthServiceOptions) |
Method Summary
Public Methods | ||
public |
|
|
public |
destroy(): * Destroys authentication |
|
public |
Initializes authentication |
|
public |
Get a list of services this provider registers |
Public Constructors
public constructor(core: Core, options: AuthServiceOptions) source
Params:
Name | Type | Attribute | Description |
core | Core | OS.js Core |
|
options | AuthServiceOptions |
|