napkin-0.5.13
Safe HaskellNone
LanguageHaskell2010

Napkin.Auth.CacheHandler

Synopsis

Documentation

withDb :: FilePath -> (Connection -> IO a) -> IO a #

store :: BigqueryProject -> Connection -> IO () #

store new credentials if the user has already created and stored the credentials, we do an upsert to refresh the oAuth Json token timestamp

class CacheIndex a where #

Instances

Instances details
CacheIndex OAuth2CorrelatedKey # 
Instance details

Defined in Napkin.Auth.CacheHandler