Shatter::MSA::AuthorizationToken
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(token_type : String, expires_in : Int32, scope : String, access_token : String, id_token : String | Nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
access_token
clone
Sourcecopy_with(token_type _token_type = @token_type, expires_in _expires_in = @expires_in, scope _scope = @scope, access_token _access_token = @access_token, id_token _id_token = @id_token)
Sourceexpires_in
id_token
scope
token_type