Sha256: 1565edf2947f7115d5829558ec9fe8ab93cfdaaa5cd5e91a8b20df4c1edbca21

Contents?: true

Size: 381 Bytes

Versions: 1

Compression:

Stored size: 381 Bytes

Contents

# protocol = Protocol.new(twitter_client, app_key, app_secret)
# protocol.authorize("http://localhost:3000/authenticate") #=> hash
# protocol.access #=> hash
class OauthToken < AccessToken
  include Passport::Oauth::Defineable
  include Passport::Oauth::Consumable
  include Passport::Oauth::Authorizable
  include Passport::Oauth::Restful
  include Passport::Oauth::Queryable
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
passport-0.1.1 lib/passport/oauth/oauth_token.rb