class Google::Auth::Stores::FileTokenStore

def initialize options = {}

Parameters:
  • file (String, File) --
def initialize options = {}
  super()
  path = options[:file]
  @store = YAML::Store.new path
end