NAME
OpenID::Lite::Constants::Namespace - Namespace constants
SYNOPSIS
use OpenID::Lite::Constants::Namespace qw(:all);
or
use OpenID::Lite::Constants::Namespace qw(SPEC_2_0 SERVER_2_0 SIGNON_2_0);
DESCRIPTION
This class provides constants represents namespaces that is for OpenID service type.
CONSTANTS
SPEC_2_0
http://specs.openid.net/auth/2.0
SPEC_1_0
http://openid.net/xmlns/1.0
XRDS
xri://$xrds
XRD_2_0
xri://$xrd*($v*2.0)
SERVER_2_0
http://specs.openid.net/auth/2.0/server
SIGNON_2_0
use constant SIGNON_2_0 => q{http://specs.openid.net/auth/2.0/signon};
SIGNON_1_1
http://openid.net/signon/1.1
SIGNON_1_0
http://openid.net/signon/1.0
IDENTIFIER_SELECT
http://specs.openid.net/auth/2.0/identifier_select
RETURN_TO
http://specs.openid.net/auth/2.0/return_to
AUTHOR
Lyo Kato, <lyo.kato@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Lyo Kato
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.