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

Copyright(c) Trevor Elliott 2008
LicenseBSD3
MaintainerTrevor Elliott <trevor@geekgateway.com>
StabilityPortability :
Safe HaskellNone
LanguageHaskell98

Network.OpenID.Normalization

Description

 

Synopsis

Documentation

normalizeIdentifier :: Identifier -> Maybe Identifier Source #

Normalize an identifier, discarding XRIs.

normalizeIdentifier' :: (String -> Maybe String) -> Identifier -> Maybe Identifier Source #

Normalize the user supplied identifier, using a supplied function to normalize an XRI.