Module: OpenID::PAPE

Defined in:
lib/openid/extensions/pape.rb

Defined Under Namespace

Classes: Request, Response

Constant Summary collapse

NS_URI =
"http://specs.openid.net/extensions/pape/1.0"
AUTH_MULTI_FACTOR_PHYSICAL =
'http://schemas.openid.net/pape/policies/2007/06/multi-factor-physical'
AUTH_MULTI_FACTOR =
'http://schemas.openid.net/pape/policies/2007/06/multi-factor'
AUTH_PHISHING_RESISTANT =
'http://schemas.openid.net/pape/policies/2007/06/phishing-resistant'
TIME_VALIDATOR =
/\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\dZ/