#include <refresh.hpp>
◆ JobResponse()
Kazv::Api::RefreshJob::JobResponse::JobResponse |
( |
Response |
r | ) |
|
◆ accessToken()
std::string Kazv::Api::RefreshResponse::accessToken |
( |
| ) |
const |
The new access token to use.
◆ expiresInMs()
std::optional< int > Kazv::Api::RefreshResponse::expiresInMs |
( |
| ) |
const |
The lifetime of the access token, in milliseconds.
If not given, the client can assume that the access token will not expire.
◆ refreshToken()
std::optional< std::string > Kazv::Api::RefreshResponse::refreshToken |
( |
| ) |
const |
The new refresh token to use when the access token needs to be refreshed again.
If not given, the old refresh token can be re-used.
◆ success()
bool Kazv::Api::RefreshResponse::success |
( |
| ) |
const |
The documentation for this class was generated from the following files: