APIリファレンス(JavaScript)
Config class
SDKの設定情報です。
Signature:
export declare class Config
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| appAuthPassword | string | 認証局のBasic認証のpassword | |
| appAuthURL? | string | null | (Optional) 認証局のURL | |
| appAuthUsername | string | 認証局のBasic認証のusername | |
| debug | boolean | debugモードの設定 | |
| locale | string | BaaS@rakuzaのロケール | |
| nowIsLocalTime | boolean | システム日時の設定 | |
| timeout | number | APIリクエストのタイムアウト時間(ミリ秒) |