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