... | @@ -2,8 +2,9 @@ |
... | @@ -2,8 +2,9 @@ |
|
|
|
|
|
Auth package manages application credentials by using `Network` and `Storage`.
|
|
Auth package manages application credentials by using `Network` and `Storage`.
|
|
|
|
|
|
|
|
[TOC]
|
|
|
|
|
|
### Import the package
|
|
## Import the package
|
|
|
|
|
|
The `Auth` package exports a class constructor which manages credential to a single tenant.
|
|
The `Auth` package exports a class constructor which manages credential to a single tenant.
|
|
|
|
|
... | @@ -17,7 +18,7 @@ new Auth().config({ |
... | @@ -17,7 +18,7 @@ new Auth().config({ |
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
### Class Methods
|
|
## Class Methods
|
|
|
|
|
|
#### **config**(authContext:`Auth.AuthContext`) => `AuthAbstract`
|
|
#### **config**(authContext:`Auth.AuthContext`) => `AuthAbstract`
|
|
|
|
|
... | | ... | |