Auth_OpenID_Server::openid_check_authentication PHP Method

openid_check_authentication() public method

The callback for 'check_authentication' messages.
public openid_check_authentication ( $request )
    function openid_check_authentication($request)
    {
        return $request->answer($this->signatory);
    }