neptune-backend-0.3.0: Neptune Client
Copyright(c) Jiasen Wu 2020
LicenseBSD-3-Clause
Safe HaskellNone
LanguageHaskell2010

Neptune.OAuth

Description

 
Synopsis

Documentation

data OAuth2Session Source #

Constructors

OAuth2Session 

Fields

oauth2Setup :: Text -> Text -> IO (ThreadId, MVar OAuth2Session) Source #

Setup a background thread to refresh OAuth2 token.