-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
WIPwork in progresswork in progress
Description
data OidcFlowException =
DiscoveryFailed Text
| InternalHttpError HttpException
| JwtError JwtError
| ValidationFailed Text -- TODO: details
| InvalidJsonData Text
deriving (Show, Typeable)
foo :: (MonadThrow m, MonadIO m, Throws OidcFlowException) => m ()
foo = ...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
WIPwork in progresswork in progress