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

Text.XRDS

Contents

Description

 

Synopsis

Types

type XRDS = [XRD] Source #

type XRD = [Service] Source #

Utility Functions

isUsable :: XRDS -> Bool Source #

Check to see if an XRDS service description is usable.

hasType :: String -> Service -> Bool Source #

Generate a predicate over Service Types.

Parsing