summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-06 22:41:31 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-06 22:41:31 +0200
commit78a0c837355f97df7331212e4faf71eed81c05ca (patch)
tree54ae63f8f379de5723d3ec3ccc3a93de52e5779d /src/backend/taler-merchant-httpd.h
parent5d24900f8bccd02ada1808bed373d5ac832f825d (diff)
downloadmerchant-78a0c837355f97df7331212e4faf71eed81c05ca.tar.gz
merchant-78a0c837355f97df7331212e4faf71eed81c05ca.tar.bz2
merchant-78a0c837355f97df7331212e4faf71eed81c05ca.zip
towards fixing #7793
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index 6e9d8793..eaeef55e 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -423,14 +423,14 @@ enum TMH_AuthScope {
TMH_AS_READ_ONLY = 1,
/**
- * /login access to renew the token is OK.
+ * /login access to renew the token is OK.
*/
- TMH_AS_REFRESHABLE = 1 << 30,
+ TMH_AS_REFRESHABLE = 2,
/**
* Full access is granted to everything.
*/
- TMH_AS_ALL = INT32_MAX
+ TMH_AS_ALL = 7
};