Maintainer | krdlab@gmail.com |
---|---|
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- module Web.OIDC.Client.Discovery
- data OIDC
- newOIDC :: Provider -> OIDC
- setCredentials :: ByteString -> ByteString -> ByteString -> OIDC -> OIDC
- module Web.OIDC.Client.Tokens
- module Web.OIDC.Client.CodeFlow
- module Web.OIDC.Client.Types
- module Jose.Jwt
OpenID Connect Discovery
module Web.OIDC.Client.Discovery
Settings and Tokens
:: ByteString | client ID |
-> ByteString | client secret |
-> ByteString | redirect URI (the HTTP endpont on your server that will receive a response from OP) |
-> OIDC | |
-> OIDC |
module Web.OIDC.Client.Tokens
Authorization Code Flow
module Web.OIDC.Client.CodeFlow
Types and Exceptions
module Web.OIDC.Client.Types
Re-exports
module Jose.Jwt