WebContainer class
Skygear APIs container (for web platforms).
Signature:
export declare class WebContainer<T extends WebAPIClient> extends Container<T>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the WebContainer class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| asset | WebAssetContainer<T> | ||
| auth | WebOIDCContainer<T> | ||
| classicAuth | WebAuthContainer<T> |
Methods
| Method | Modifiers | Description |
|---|---|---|
| configure(options) | Configure this container with connection information. |