blob: 7a4b65371f7f16c8f792748a4698e785cfc39a98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Vocabulary for AFB-DAEMON
=========================
version: 1
Date: 24 mai 2016
Author: José Bollo
TABLE-OF-CONTENT-HERE
## Authentification
## Context
## Level of authorisation (LOA)
## Plugin
## Request
## Reply/Response
## Service
## Session
A session records data as
## Token
## UUID
It stand for Universal Unic IDentifier.
Its is designed to create identifier in a way that avoid has much as possible conflicts.
It means that if two differents instance create a UUID, the probability that they create the same UUID is very low, near to zero.
## x-afb-token
## x-afb-uuid
|