summaryrefslogtreecommitdiffstats
path: root/chromeos/login
diff options
context:
space:
mode:
authortbarzic <tbarzic@chromium.org>2014-09-24 14:16:26 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-24 21:16:58 +0000
commitd1138ae3cb62acd0c05054c10aadd98f9696d3d8 (patch)
tree87cb12b54f98e79f5b22ee81f91166c1efc05110 /chromeos/login
parent836f723682aec811d4ae45ff14738e2f74605afc (diff)
downloadchromium_src-d1138ae3cb62acd0c05054c10aadd98f9696d3d8.zip
chromium_src-d1138ae3cb62acd0c05054c10aadd98f9696d3d8.tar.gz
chromium_src-d1138ae3cb62acd0c05054c10aadd98f9696d3d8.tar.bz2
[Easy signin] Wire up userClick auth attempt to easy unlock app and back
BUG=401634 TEST=Easy unlock works Easy signin works (woth some changes to the unlock app) Review URL: https://codereview.chromium.org/585213002 Cr-Commit-Position: refs/heads/master@{#296519}
Diffstat (limited to 'chromeos/login')
-rw-r--r--chromeos/login/auth/user_context.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromeos/login/auth/user_context.h b/chromeos/login/auth/user_context.h
index 5ba5b45..ff28c96 100644
--- a/chromeos/login/auth/user_context.h
+++ b/chromeos/login/auth/user_context.h
@@ -26,7 +26,9 @@ class CHROMEOS_EXPORT UserContext {
// Online authentication against GAIA. GAIA redirected to a SAML IdP.
AUTH_FLOW_GAIA_WITH_SAML,
// Offline authentication against a cached key.
- AUTH_FLOW_OFFLINE
+ AUTH_FLOW_OFFLINE,
+ // Offline authentication using and Easy unlock device (e.g. a phone).
+ AUTH_FLOW_EASY_UNLOCK
};
UserContext();