Class: DatagroutConduit::Onramp::OnrampCredentials
- Inherits:
-
Struct
- Object
- Struct
- DatagroutConduit::Onramp::OnrampCredentials
- Defined in:
- lib/datagrout_conduit/onramp.rb
Overview
Provisional credentials returned by the DG onramp complete endpoint.
Store client_id and client_secret securely — the secret is shown exactly once and cannot be recovered after this point.
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#expires_in ⇒ Object
Returns the value of attribute expires_in.
-
#mcp_url ⇒ Object
Returns the value of attribute mcp_url.
-
#rpc_url ⇒ Object
Returns the value of attribute rpc_url.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#token_url ⇒ Object
Returns the value of attribute token_url.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id
43 44 45 |
# File 'lib/datagrout_conduit/onramp.rb', line 43 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret
43 44 45 |
# File 'lib/datagrout_conduit/onramp.rb', line 43 def client_secret @client_secret end |
#expires_in ⇒ Object
Returns the value of attribute expires_in
43 44 45 |
# File 'lib/datagrout_conduit/onramp.rb', line 43 def expires_in @expires_in end |
#mcp_url ⇒ Object
Returns the value of attribute mcp_url
43 44 45 |
# File 'lib/datagrout_conduit/onramp.rb', line 43 def mcp_url @mcp_url end |
#rpc_url ⇒ Object
Returns the value of attribute rpc_url
43 44 45 |
# File 'lib/datagrout_conduit/onramp.rb', line 43 def rpc_url @rpc_url end |
#scopes ⇒ Object
Returns the value of attribute scopes
43 44 45 |
# File 'lib/datagrout_conduit/onramp.rb', line 43 def scopes @scopes end |
#token_url ⇒ Object
Returns the value of attribute token_url
43 44 45 |
# File 'lib/datagrout_conduit/onramp.rb', line 43 def token_url @token_url end |