class Attio::OAuth::Token

def authorization_header

Authorization header value
def authorization_header
  "#{@token_type} #{@access_token}"
end