Class OmniAuth::Strategies::OAuth2
In: lib/omniauth/strategies/oauth2.rb
Parent: Object

Authentication strategy for connecting with APIs constructed using the [OAuth 2.0 Specification](tools.ietf.org/html/draft-ietf-oauth-v2-10). You must generally register your application with the provider and utilize an application id and secret in order to authenticate using OAuth 2.0.

Methods

Included Modules

OmniAuth::Strategy

Classes and Modules

Class OmniAuth::Strategies::OAuth2::CallbackError

Attributes

access_token  [RW] 

Public Class methods

Public Instance methods

Protected Instance methods

[Validate]