struct MAGES::UserAuthentication::Editor::MagesClientCredentialsBaker::LoginTokenResponse

struct LoginTokenResponse
{
    // fields

    string AccessToken;
    long ExpiresAtUnix;
    string TokenType;
};