Method: Signet::OAuth2::Client#expires_at

Defined in:
lib/signet/oauth_2/client.rb

#expires_atTime?

Returns the timestamp the access token will expire at. Returns nil if the token does not expire.

Returns:

  • (Time, nil)

    The access token lifetime.



817
818
819
# File 'lib/signet/oauth_2/client.rb', line 817

def expires_at
  @expires_at
end