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

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

Network.OpenID.Association.Map

Description

 

Synopsis

Documentation

newtype AssociationMap Source

A simple association manager based on Data.Map

Constructors

AM (Map String (UTCTime, Association)) 

emptyAssociationMap :: AssociationMapSource

An empty association map.