taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 4160b2908f4e0beb0b5f340d48ce523f4ae014b5
parent bc6f55d084c21d95d9859c61c7dff3e6cf82d8df
Author: Antoine A <>
Date:   Wed, 30 Oct 2024 17:58:02 +0100

corebank: add wiregateway scope

Diffstat:
Mcore/api-corebank.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -54,7 +54,7 @@ The user ``admin`` is a special, hard-coded username. Some requests require the interface TokenRequest { // Scope for the token. - scope: "readonly" | "readwrite" | "revenue"; + scope: "readonly" | "readwrite" | "revenue" | "wiregateway"; // Custom token validity duration duration?: RelativeTime; @@ -136,7 +136,7 @@ The user ``admin`` is a special, hard-coded username. Some requests require the expiration: Timestamp; // Scope for the token. - scope: "readonly" | "readwrite" | "revenue"; + scope: "readonly" | "readwrite" | "revenue" | "wiregateway"; // Is the token refreshable into a new token during its // validity?