taler-docs

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

commit 846cb34e331cb528473ba55a61e823ce5f36bd56
parent e8391084ae70ffd1c10d6ecd3250ec627ec49b6d
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed,  6 Sep 2023 22:27:11 +0200

clarify API

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1041,9 +1041,9 @@ Setting up instances .. ts:def:: LoginTokenSuccessResponse interface LoginTokenSuccessResponse { - // The bearer token that can be used to access resources + // The login token that can be used to access resources // that are in scope for some time. - access_token: string; + token: string; // Scope of the token (which kinds of operations it will allow) scope: "readonly" | "write";