ConfigureOptions interface
Signature:
export declare interface ConfigureOptions
Properties
| Property | Type | Description |
|---|---|---|
| appEndpoint | string | The app endpoint. |
| assetEndpoint | string | The Skygear asset endpoint. If it is omitted, it is derived by pre-pending assets. to the domain of the app endpoint. |
| authEndpoint | string | The Skygear Auth endpoint. If it is omitted, it is derived by pre-pending accounts. to the domain of the app endpoint. |
| clientID | string | The OAuth client ID. |
| isThirdPartyApp | boolean | isThirdPartyApp indicate if the application a third party app. A third party app means the app doesn't share common-domain with Skygear Auth thus the session cookie cannot be shared. If not specified, default to false. So by default the application is considered first party. |