diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-12-09 02:25:25 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-12-20 17:51:21 +0000 |
commit | 9a4ec5a5793ce904333f6087cf31d7819206c101 (patch) | |
tree | 1aeb4d13352ff0f4b31a9f46fa5ab0fc761e1a69 /conf.d/project | |
parent | 01c999956ea5fba52c4eaf35998c023047587171 (diff) |
Add CBL processing
CBL: Code Based Linking in the case of Alexa voice
agent, or more generally Code Based Logging.
It provides a url and code which allows the user to
complete the authorization process and start using
the authorized voice services.
- add subscribeToLoginEvents verb
- add cbl events handling
- include new verb in vshl-core-api.json
Bug-AGL: SPEC-2981
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: If342d45638125682621cba707eac1d4ff5ad244c
(cherry picked from commit ed834a643e3843c0f805ea33363c9f2889d2bab3)
Diffstat (limited to 'conf.d/project')
-rw-r--r-- | conf.d/project/etc/vshl-core-api.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/project/etc/vshl-core-api.json b/conf.d/project/etc/vshl-core-api.json index 44d578a..9121353 100644 --- a/conf.d/project/etc/vshl-core-api.json +++ b/conf.d/project/etc/vshl-core-api.json @@ -38,5 +38,8 @@ "uid": "setDefaultVoiceAgent", "privileges": "urn:AGL:permission:vshl-core:voiceagents:public", "action": "plugin://vshl-core#setDefaultVoiceAgent" + }, { + "uid": "subscribeToLoginEvents", + "action": "plugin://vshl-core#subscribeToLoginEvents" }] } |