aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/registration.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-16 13:29:02 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-18 19:36:32 +0200
commit2dd85770cbfd6d9c7506757f25765c05ef74987d (patch)
tree5de167f66ee610ad01bca776897bd6c8183a66d7 /lib/csapi/registration.h
parent10867950474a360426685ad888237a5542b0cfac (diff)
downloadlibquotient-2dd85770cbfd6d9c7506757f25765c05ef74987d.tar.gz
libquotient-2dd85770cbfd6d9c7506757f25765c05ef74987d.zip
Regenerate API files upon the previous commit
Diffstat (limited to 'lib/csapi/registration.h')
-rw-r--r--lib/csapi/registration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csapi/registration.h b/lib/csapi/registration.h
index 7a20cab8..21d7f9d7 100644
--- a/lib/csapi/registration.h
+++ b/lib/csapi/registration.h
@@ -126,7 +126,7 @@ public:
/// obtain a new access token when it expires by calling the
/// `/refresh` endpoint.
///
- /// Omitted if the `inhibit_login` option is false.
+ /// Omitted if the `inhibit_login` option is true.
QString refreshToken() const
{
return loadFromJson<QString>("refresh_token"_ls);
@@ -139,7 +139,7 @@ public:
/// to obtain a new access token. If not given, the client can
/// assume that the access token will not expire.
///
- /// Omitted if the `inhibit_login` option is false.
+ /// Omitted if the `inhibit_login` option is true.
Omittable<int> expiresInMs() const
{
return loadFromJson<Omittable<int>>("expires_in_ms"_ls);