Maintainer | krdlab@gmail.com |
---|---|
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- data OIDC = OIDC {}
- def :: OIDC
- newOIDC :: Provider -> OIDC
- setCredentials :: ByteString -> ByteString -> ByteString -> OIDC -> OIDC
Documentation
This data type represents information needed in the OpenID flow.
:: ByteString | client ID |
-> ByteString | client secret |
-> ByteString | redirect URI (the HTTP endpont on your server that will receive a response from OP) |
-> OIDC | |
-> OIDC |