aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/registration.h
diff options
context:
space:
mode:
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);