Example #1
0
function &Auth_OpenID_getDefaultNegotiator()
{
    $x = new Auth_OpenID_SessionNegotiator(Auth_OpenID_getDefaultAssociationOrder());
    return $x;
}
Example #2
0
function Auth_OpenID_getDefaultNegotiator()
{
    return new Auth_OpenID_SessionNegotiator(Auth_OpenID_getDefaultAssociationOrder());
}