使用 App Key 初始化的应用身份。

interface AppKeyIdentity {
    appKey: string;
    appId?: undefined;
}

Properties

Properties

appKey: string

应用唯一标识,格式为 org#app

appId?: undefined

使用 appKey 初始化时不能同时提供 appId。