struct

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

access_token
clone
Source
copy_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)
Source
expires_in
id_token
scope
token_type