Method: Google::Auth::BearerTokenCredentials#expires_at
- Defined in:
- lib/googleauth/bearer_token.rb
#expires_at ⇒ Time? (readonly)
Returns The token expiration time provided by the end-user.
53 54 55 |
# File 'lib/googleauth/bearer_token.rb', line 53 def expires_at @expires_at end |