| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Auth.Types
Documentation
addUserAgent :: Request -> Request Source #
data OAuthToken a Source #
Constructors
| OAuthToken | |
Fields
| |
Instances
data TokenProvider Source #
Constructors
| Github |
newtype Token (a :: TokenProvider) Source #
Instances
| Eq (Token a) Source # | |
| Show (Token a) Source # | |
| Generic (Token a) Source # | |
| ToJSON (Token a) Source # | |
| FromJSON (Token a) Source # | |
| ToHttpApiData (Token a) Source # | |
Defined in Auth.Types Methods toUrlPiece :: Token a -> Text Source # toEncodedUrlPiece :: Token a -> Builder Source # toHeader :: Token a -> ByteString Source # toQueryParam :: Token a -> Text Source # | |
| Newtype (Token a) Source # | |
| type Rep (Token a) Source # | |
Defined in Auth.Types | |
| type O (Token a) Source # | |
Defined in Auth.Types | |
newtype OAuthClientId Source #
Constructors
| OAuthClientId Text |
Instances
newtype OAuthClientSecret Source #
Constructors
| OAuthClientSecret Text |