Class: FidorApi::Environment::Future
- Defined in:
- lib/fidor_api/environment/future.rb
Instance Method Summary collapse
- #api_host ⇒ Object
- #auth_host ⇒ Object
- #auth_methods ⇒ Object
- #auth_redirect_host ⇒ Object
- #transfers_api ⇒ Object
Instance Method Details
#api_host ⇒ Object
4 5 6 |
# File 'lib/fidor_api/environment/future.rb', line 4 def api_host 'https://api.example.com'.freeze end |
#auth_host ⇒ Object
8 9 10 |
# File 'lib/fidor_api/environment/future.rb', line 8 def auth_host 'https://api.example.com'.freeze end |
#auth_methods ⇒ Object
16 17 18 |
# File 'lib/fidor_api/environment/future.rb', line 16 def auth_methods %i[authorization_code resource_owner_password_credentials client_credentials].freeze end |
#auth_redirect_host ⇒ Object
12 13 14 |
# File 'lib/fidor_api/environment/future.rb', line 12 def auth_redirect_host 'https://auth.example.com'.freeze end |
#transfers_api ⇒ Object
20 21 22 |
# File 'lib/fidor_api/environment/future.rb', line 20 def transfers_api :generic end |