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. |