# File lib/googleauth/stores/redis_token_store.rb, line 70 def store id, token key = key_for id @redis.set key, token end