olp-cpp-sdk  1.22.0
Public Attributes | List of all members
olp::authentication::AuthenticationClient::UserProperties Struct Reference

The user sign-in properties struct. More...

#include <AuthenticationClient.h>

Public Attributes

std::string email
 (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...
 

Detailed Description

The user sign-in properties struct.

Member Data Documentation

◆ expires_in

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.


The documentation for this struct was generated from the following file: