![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Authorization info structure. More...
#include <FoundationEntities.hpp>
Public Member Functions | |
AuthorizationInfoData () noexcept=default | |
The User who has authorized, if the User has authorized with the identify scope. | |
Public Data Members | |
ApplicationData | application {} |
Partial application object the current application. | |
std::string | expires {} |
When the access token expires. | |
std::vector< std::string > | scopes {} |
Array of strings - the scopes the User has authorized the application for. | |