Module: Oauth::Contacts
- Defined in:
- lib/oauth-contacts.rb,
lib/oauth/contacts/base.rb,
lib/oauth/contacts/live.rb,
lib/oauth/contacts/google.rb,
lib/oauth/contacts/oauth2.rb,
lib/oauth/contacts/version.rb
Defined Under Namespace
Classes: APIAuthenticationError, Base, Google, Live, OAuth2, TypeNotFound
Constant Summary
collapse
- SUPPORTED_PROVIDERS =
['google', 'live']
- VERSION =
"0.0.2"
Class Method Summary
collapse
Class Method Details
.get_provider(provider) ⇒ Object
.supported_providers ⇒ Object
16
17
18
|
# File 'lib/oauth-contacts.rb', line 16
def supported_providers
@providers ||= SUPPORTED_PROVIDERS.map(&:to_s).join(', ')
end
|