summaryrefslogtreecommitdiffstats
path: root/qa/libcmis/data/gdrive/challenge.html
diff options
context:
space:
mode:
Diffstat (limited to 'qa/libcmis/data/gdrive/challenge.html')
-rw-r--r--qa/libcmis/data/gdrive/challenge.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/qa/libcmis/data/gdrive/challenge.html b/qa/libcmis/data/gdrive/challenge.html
new file mode 100644
index 0000000..a92124d
--- /dev/null
+++ b/qa/libcmis/data/gdrive/challenge.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="en">
+<body>
+<form novalidate="" id="skip" action="/signin/challenge/skip" method="post">
+ <input id="skipChallenge" type="submit">
+</form>
+<form novalidate="" id="resend" action="/signin/challenge" method="post">
+ <input name="subAction" type="hidden" value="startChallenge">
+ <input name="challengeId" type="hidden" value="1">
+</form>
+<form novalidate="" id="challenge" action="/challenge/url" method="post">
+ <input name="continue" id="continue" value="redirectLink&amp;scope=Scope" type="hidden">
+ <input name="service" id="service" value="lso" type="hidden">
+ <input name="GALX" value="cookie" type="hidden">
+ <input name="Pin" id="Pin">
+</form>
+<form novalidate="" id="select_challenge" action="/signin/selectchallenge" method="post">
+ <input id="selectChallenge" type="submit">
+</form>
+</body>
+</html>