Class: Mysigner::Auth::GoogleOauthMinter::TokenWithExpiry

Inherits:
Struct
  • Object
show all
Defined in:
lib/mysigner/auth/google_oauth_minter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token

Returns:

  • (Object)

    the current value of access_token



48
49
50
# File 'lib/mysigner/auth/google_oauth_minter.rb', line 48

def access_token
  @access_token
end

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



48
49
50
# File 'lib/mysigner/auth/google_oauth_minter.rb', line 48

def expires_at
  @expires_at
end