openid-0.2.0.2: An implementation of the OpenID-2.0 spec.

StabilityPortability :
MaintainerTrevor Elliott <trevor@geekgateway.com>
Safe HaskellNone

Network.OpenID.Discovery

Contents

Description

 

Synopsis

Discovery

discover :: Monad m => Resolver m -> Identifier -> m (Either Error (Provider, Identifier))Source

Attempt to resolve an OpenID endpoint, and user identifier.