cloud189-sdkcloud189-sdk
  • 介绍
  • 快速上手
  • 更新日志
API
GitHub
  • 介绍
  • 快速上手
  • 更新日志
API
GitHub

Home > cloud189-sdk > ConfigurationOptions

ConfigurationOptions interface

客户端初始化参数

Signature:

export interface ConfigurationOptions 

Properties

Property

Modifiers

Type

Description

onQRCodeReady?

(qrUrl: string) => void

(Optional) Callback invoked with QR code URL when ready for scanning

password?

string

(Optional) Login password

qrLoginOptions?

QRLoginOptions

(Optional) QR code login options

ssonCookie?

string

(Optional)

token?

Store

(Optional) Token store

username?

string

(Optional) Login username

Edit this page