Searched refs:processResponse (Results 1 – 7 of 7) sorted by relevance
48 await processResponse(response, () => openMetaViewer(modalViewer, modalManager, pageId));71 async function processResponse(response, callBack) { function 179 await processResponse(response, () => openMetadataManager(pageId));
556 function processResponse(data) { function 582 processResponse,596 function processResponse(data) { function 615 processResponse,
71 $this->saml->processResponse();
136 this.processResponse(r.responseXML);else if(r.responseText=="")145 processResponse:function(xml){clearTimeout(this.delayTimer);if(this.isEventFunction(this.eventFunct… method in xajax
203 public function processResponse($requestId = null) function in OneLogin_Saml2_Auth
767 $auth->processResponse($requestID);884 `$auth->processResponse`, the `getAttributes()` will return an1094 // Note that processResponse and processSLO1110 $auth->processResponse(); // Process the Response of the IdP, get the1187 $auth->processResponse(null);1318 * `processResponse` - Process the SAML Response sent by the IdP.
176 * Retrieve Session Timeout after processResponse with getSessionExpiration().