Imbo\Auth\AccessControl\Adapter\MutableAdapterInterface::updatePrivateKey PHP Method

updatePrivateKey() public method

Update the private key for a public key
public updatePrivateKey ( string $publicKey, string $privateKey ) : boolean
$publicKey string Public key to update
$privateKey string Private key to set
return boolean
    function updatePrivateKey($publicKey, $privateKey);