Shatter::MSA::MinecraftToken
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(username : String, roles : Array(String), token_type : String, access_token : String, expires_in : Int32)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
access_token
clone
Sourcecopy_with(username _username = @username, roles _roles = @roles, token_type _token_type = @token_type, access_token _access_token = @access_token, expires_in _expires_in = @expires_in)
Sourceexpires_in
roles
token_type
username