Sha256: 2d4135af18a1ab01907ba1ac7aa64aee6ad223afffe9f667a991da4f294b2098

Contents?: true

Size: 95 Bytes

Versions: 20

Compression:

Stored size: 95 Bytes

Contents

class Oauth2Token < AccessToken
  def as_json(options={})
    {:access_token=>token}
  end
end

Version data entries

20 entries across 10 versions & 3 rubygems

Version Path
oauth-plugin-0.4.0.pre7 lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre7 lib/generators/active_record/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre6 lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre6 lib/generators/active_record/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre5 lib/generators/active_record/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre5 lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb
insrc-oauth-plugin-0.4.0.pre6 lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb
insrc-oauth-plugin-0.4.0.pre6 lib/generators/active_record/oauth_provider_templates/oauth2_token.rb
insrc-oauth-plugin-0.4.0.pre5 lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb
insrc-oauth-plugin-0.4.0.pre5 lib/generators/active_record/oauth_provider_templates/oauth2_token.rb
le1t0-oauth-plugin-0.4.0.pre4.001 lib/generators/active_record/oauth_provider_templates/oauth2_token.rb
le1t0-oauth-plugin-0.4.0.pre4.001 lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre4 lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre4 lib/generators/active_record/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre3 lib/generators/active_record/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre3 lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre2 lib/generators/active_record/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre2 lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre1 lib/generators/active_record/oauth_provider_templates/oauth2_token.rb
oauth-plugin-0.4.0.pre1 lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb