Method: Google::Auth::TokenStore#load

Defined in:
lib/googleauth/token_store.rb

#load(_id) ⇒ String

Load the token data from storage for the given ID.

Parameters:

  • id (String)

    ID of token data to load.

Returns:

  • (String)

    The loaded token data.



46
47
48
# File 'lib/googleauth/token_store.rb', line 46

def load(_id)
  raise 'Not implemented'
end