Class OmniAuth::AuthHash
In: lib/omniauth/auth_hash.rb
Parent: OmniAuth::KeyStore

The AuthHash is a normalized schema returned by all OmniAuth strategies. It maps as much user information as the provider is able to provide into the InfoHash (stored as the `’info’` key).

Methods

Classes and Modules

Class OmniAuth::AuthHash::InfoHash

Public Class methods

Public Instance methods

Tells you if this is considered to be a valid OmniAuth AuthHash. The requirements for that are that it has a provider name, a uid, and a valid info hash. See InfoHash#valid? for more details there.

[Validate]