Home
last modified time | relevance | path

Searched refs:onClientAuthenticationRequest (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkWeb.ts202 onClientAuthenticationRequest(callback: (event: {
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-arkui.md9 … | WebAttribute | onClientAuthenticationRequest(callba…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-arkui.md9 … | WebAttribute | onClientAuthenticationRequest(callba…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md4251 ### onClientAuthenticationRequest<sup>9+</sup>
4253 onClientAuthenticationRequest(callback: Callback\<OnClientAuthenticationEvent\>)
4281 .onClientAuthenticationRequest((event) => {
4283 title: 'onClientAuthenticationRequest',
4417 // 第二步:授权后,双向认证会通过onClientAuthenticationRequest回调将uri传给web进行认证
4430 .onClientAuthenticationRequest((event) => {
7480 Web组件返回的SSL客户端证书请求事件用户处理功能对象。示例代码参考[onClientAuthenticationRequest事件](#onclientauthenticationrequest…
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md4251 ### onClientAuthenticationRequest<sup>9+</sup>
4253 onClientAuthenticationRequest(callback: Callback\<OnClientAuthenticationEvent\>)
4281 .onClientAuthenticationRequest((event) => {
4283 title: 'onClientAuthenticationRequest',
4417 …ep 2: After the authorization, in two-way authentication, the onClientAuthenticationRequest callba…
4430 .onClientAuthenticationRequest((event) => {
7480 … returned by the **Web** component. For the sample code, see [onClientAuthenticationRequest](#oncl…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts1469 onClientAuthenticationRequest(callback: (event: {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js25229 onClientAuthenticationRequest(callback) { method in ArkWebComponent