Method: OAuth2::AccessToken#expires_in
- Defined in:
- lib/oauth2/access_token.rb
#expires_in ⇒ Object (readonly)
Returns the value of attribute expires_in.
3 4 5 |
# File 'lib/oauth2/access_token.rb', line 3 def expires_in @expires_in end |