Class Google::Auth::Stores::FileTokenStore
In: lib/googleauth/stores/file_token_store.rb
Parent: Google::Auth::TokenStore

Implementation of user token storage backed by a local YAML file

Methods

delete   load   new   store  

Public Class methods

Create a new store with the supplied file.

@param [String, File] file

 Path to storage file

Public Instance methods

[Validate]