summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-10-02 12:03:00 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-04 23:14:38 +0200
commitfd3b4c9747bc631a900a881bfdaadc65124cf0d1 (patch)
tree403b0611351694ee525ef85e3798017450244ecd /doc
parent20a1d5236ded1738c6007bd9617a913e2c798a8c (diff)
accounts: Expect a reason for an authorization prompt
Diffstat (limited to 'doc')
-rw-r--r--doc/disfluid.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/disfluid.texi b/doc/disfluid.texi
index c268bcf..011f3f9 100644
--- a/doc/disfluid.texi
+++ b/doc/disfluid.texi
@@ -1815,9 +1815,10 @@ In any case, when you don’t specify a value, it’s as if you passed
This function is called when an explicit user authorization is
required, for instance because there is no refresh token and the
access token expired. The function takes an URI as argument, with an
-additional @code{#:issuer} keyword argument containing the issuer. In
-this function, you should ask the user to browse this URI so that your
-application gets the authorization code.
+additional @code{#:reason} keyword argument containing the reason for
+the authorization as a string. In this function, you should present
+the reason to the user and ask the user to browse this URI so that
+your application gets the authorization code.
@end defvr
@defvr {Parameter} anonymous-http-request