Module: Google::Auth::Helpers::Connection
- Included in:
- ExternalAccount::BaseCredentials, OAuth2::STSClient
- Defined in:
- lib/googleauth/helpers/connection.rb
Overview
Connection provides a Faraday connection for use with Google::Auth.
Class Method Summary collapse
Class Method Details
.connection ⇒ Object
29 30 31 |
# File 'lib/googleauth/helpers/connection.rb', line 29 def connection @default_connection || Faraday.default_connection end |