Searched refs:onClientAuthenticationRequest (Results 1 – 7 of 7) sorted by relevance
202 onClientAuthenticationRequest(callback: (event: {
9 … | WebAttribute | onClientAuthenticationRequest(callba…
4251 ### 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…
4251 ### 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…
1469 onClientAuthenticationRequest(callback: (event: {
25229 onClientAuthenticationRequest(callback) { method in ArkWebComponent