提供: Bright Pattern Documentation
• 日本語

Revision as of 10:11, 21 September 2026 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeeplTranslate extension)

< 前へ | 次へ >
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
移動先: 案内検索
• English

openLogin

Bright Patternの認証ダイアログをエージェントデスクトップ経由で開きます。このダイアログは、 「ユーザー認証」 サービス.

リクエスト

構文

openLogin(): Promise<OperationResult<null>>

リクエスト例

loginButton.onclick = () => {
adApi.openLogin()
}

戻り値

null

< 前へ | 次へ >