Class: Teams::Api::TokenExchangeResource

Inherits:
Model
  • Object
show all
Defined in:
lib/teams/api/token.rb

Instance Attribute Summary

Attributes inherited from Model

#raw

Instance Method Summary collapse

Methods inherited from Model

#initialize, #to_h

Constructor Details

This class inherits a constructor from Teams::Api::Model

Instance Method Details

#idObject



46
47
48
# File 'lib/teams/api/token.rb', line 46

def id
  read("id")
end

#provider_idObject



54
55
56
# File 'lib/teams/api/token.rb', line 54

def provider_id
  read("providerId", "provider_id")
end

#uriObject



50
51
52
# File 'lib/teams/api/token.rb', line 50

def uri
  read("uri")
end