Auth_OpenID_MemcachedStore::associationKey PHP Method

associationKey() public method

Memcache key is prefixed with 'openid_association_' string.
public associationKey ( $server_url, $handle = null )
    function associationKey($server_url, $handle = null)
    {
        return 'openid_association_' . sha1($server_url) . '_' . sha1($handle);
    }