VRay SDK for C++
|
Basic structure storing a string-based access token with its expiry information. More...
#include <licensing.hpp>
Public Attributes | |
long long | expiry |
const char * | token |
The actual access token. Can be an arbitrarily long string in any format. Currently used mostly for JWT tokens. | |
Basic structure storing a string-based access token with its expiry information.
long long VRay::AccessTokenView::expiry |
The expiry of the token, as seconds since the Unix epoch. I.e. when time(nullptr) returns a value greater than this one, the token has expired.