Sunshine master
Self-hosted game stream host for Moonlight.
confighttp::csrf_token_t Struct Reference

CSRF token value and its expiration deadline. More...

Public Attributes

std::chrono::steady_clock::time_point expiration
 Monotonic deadline after which the token is rejected.
 
std::string token
 Random token value that must be echoed by the client.
 

Detailed Description

CSRF token value and its expiration deadline.


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