Searched refs:gateKeeperResponse (Results 1 – 1 of 1) sorted by relevance
186 GateKeeperResponse gateKeeperResponse) { in fromGateKeeperResponse() argument187 int responseCode = gateKeeperResponse.getResponseCode(); in fromGateKeeperResponse()189 return fromTimeout(gateKeeperResponse.getTimeout()); in fromGateKeeperResponse()191 byte[] token = gateKeeperResponse.getPayload(); in fromGateKeeperResponse()