| Class | OauthNonce |
| In: |
lib/generators/active_record/oauth_provider_templates/oauth_nonce.rb
lib/generators/mongoid/oauth_provider_templates/oauth_nonce.rb |
| Parent: | ActiveRecord::Base |
Simple store of nonces. The OAuth Spec requires that any given pair of nonce and timestamps are unique. Thus you can use the same nonce with a different timestamp and viceversa.