struct MAGES::UserAuthentication::Editor::MagesClientCredentialsBaker::LoginTokenResponseΒΆ

struct LoginTokenResponse
{
    // fields

    string AccessToken;
    long ExpiresAtUnix;
    string TokenType;
};