summaryrefslogtreecommitdiffstats
path: root/src/afb-token.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-11-29 12:44:46 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-12-03 18:51:51 +0100
commitd8aff62647736c3f17ff15989ec9f90b48efe1c4 (patch)
tree879ed25e0c65a5cf1260314f17501a251dd36a5d /src/afb-token.h
parentb70caad7da2eaea85db06dec8377b1cbebcec997 (diff)
afb-context & afb-token: rework token validation
Validation of token is now linked to backend permission database. Bug-AGL: SPEC-2968 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Change-Id: I30b049f92b8324740abecbb9539f7413ad55f7ec
Diffstat (limited to 'src/afb-token.h')
-rw-r--r--src/afb-token.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afb-token.h b/src/afb-token.h
index 69b0fa05..5dd1d33c 100644
--- a/src/afb-token.h
+++ b/src/afb-token.h
@@ -23,6 +23,5 @@ extern int afb_token_get(struct afb_token **token, const char *tokenstring);
extern struct afb_token *afb_token_addref(struct afb_token *token);
extern void afb_token_unref(struct afb_token *token);
-extern int afb_token_check(struct afb_token *token);
extern const char *afb_token_string(const struct afb_token *token);
extern uint16_t afb_token_id(const struct afb_token *token);