Method: Signet::OAuth2::Client#expires_at
- Defined in:
- lib/signet/oauth_2/client.rb
#expires_at ⇒ Time?
Returns the timestamp the access token will expire at. Returns nil if the token does not expire.
817 818 819 |
# File 'lib/signet/oauth_2/client.rb', line 817 def expires_at @expires_at end |