global class TokenInfo { global TokenInfo() { } global Object clone() { } global Set getTokenScopes() { } global Slack.TokenType getTokenType() { } global void setTokenScopes(Set tokenScopes) { } global void setTokenType(Slack.TokenType tokenType) { } }