ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
refresh_response Struct Reference

Response to a token refresh request. More...

#include <login_protocol.hpp>

Collaboration diagram for refresh_response:
Collaboration graph

Public Attributes

bool success = false
 
std::string token
 
std::string message
 
int access_lifetime_s = 1800
 Token lifetime in seconds for the newly issued token.
 

Detailed Description

Response to a token refresh request.

Member Data Documentation

◆ access_lifetime_s

int access_lifetime_s = 1800

Token lifetime in seconds for the newly issued token.

Clients re-arm the proactive refresh timer using this value.