Method: Google::Auth::BearerTokenCredentials#expires_at

Defined in:
lib/googleauth/bearer_token.rb

#expires_atTime? (readonly)

Returns The token expiration time provided by the end-user.

Returns:

  • (Time, nil)

    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