Auth_OpenID_DumbStore::getAssociation PHP Method

getAssociation() public method

This implementation always returns null.
public getAssociation ( $server_url, $handle = null )
    function getAssociation($server_url, $handle = null)
    {
        return null;
    }