olp-cpp-sdk
1.22.0
|
The user sign-in properties struct. More...
#include <AuthenticationClient.h>
Public Attributes | |
std::string | |
(Required) Your valid email address. | |
std::string | password |
(Required) Your plain-text password. | |
unsigned int | expires_in {0} |
(Optional) The number of seconds left before the access token expires. More... | |
The user sign-in properties struct.
unsigned int olp::authentication::AuthenticationClient::UserProperties::expires_in {0} |
(Optional) The number of seconds left before the access token expires.
It must be equal to or more than zero. Ignored if it is zero or greater than the default expiration time of the application.