[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# googleauth - Class Google::Auth::Stores::FileTokenStore (v1.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.15.0 (latest)](/ruby/docs/reference/googleauth/latest/Google-Auth-Stores-FileTokenStore)\n- [1.14.0](/ruby/docs/reference/googleauth/1.14.0/Google-Auth-Stores-FileTokenStore)\n- [1.13.1](/ruby/docs/reference/googleauth/1.13.1/Google-Auth-Stores-FileTokenStore)\n- [1.12.2](/ruby/docs/reference/googleauth/1.12.2/Google-Auth-Stores-FileTokenStore) \nReference documentation and code samples for the googleauth class Google::Auth::Stores::FileTokenStore.\n\nImplementation of user token storage backed by a local YAML file \n\nInherits\n--------\n\n- [Google::Auth::TokenStore](./Google-Auth-TokenStore)\n\nMethods\n-------\n\n### #delete\n\n def delete(id)\n\n### #initialize\n\n def initialize(options = {}) -\u003e FileTokenStore\n\nCreate a new store with the supplied file. \n**Parameter**\n\n- **file** (String, File) --- Path to storage file \n**Returns**\n\n- ([FileTokenStore](./Google-Auth-Stores-FileTokenStore)) --- a new instance of FileTokenStore\n\n### #load\n\n def load(id)\n\n### #store\n\n def store(id, token)"]]