Method: Rack::OAuth2::Server::AccessToken#prev_access
- Defined in:
- lib/rack/oauth2/models/access_token.rb
#prev_access ⇒ Object
Timestamp of previous access using this token, rounded up to hour.
116 117 118 |
# File 'lib/rack/oauth2/models/access_token.rb', line 116 def prev_access @prev_access end |