class Google::Auth::TokenStore
def store _id, _token
-
token(String) -- -
id(String) --
def store _id, _token raise NoMethodError, "store not implemented" end
token
(String)
--
id
(String)
--
def store _id, _token raise NoMethodError, "store not implemented" end