Class: Teams::Api::TokenExchangeResource
- Inherits:
-
Model
- Object
- Model
- Teams::Api::TokenExchangeResource
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
Instance Method Details
#id ⇒ Object
46
47
48
|
# File 'lib/teams/api/token.rb', line 46
def id
read("id")
end
|
#provider_id ⇒ Object
54
55
56
|
# File 'lib/teams/api/token.rb', line 54
def provider_id
read("providerId", "provider_id")
end
|
#uri ⇒ Object
50
51
52
|
# File 'lib/teams/api/token.rb', line 50
def uri
read("uri")
end
|