Auth_OpenID_PredisStore::associationServerKey PHP Method

associationServerKey() public method

Key is prefixed with $prefix and 'openid_association_server_' string
public associationServerKey ( $server_url )
    function associationServerKey($server_url)
    {
        return $this->prefix . 'openid_association_server_' . sha1($server_url);
    }