Assuming nonce is required, the following result was found.
'my_auth_key'); define('SECURE_AUTH_KEY', 'my_secure_auth_key'); define('LOGGED_IN_KEY', 'my_logged_in_key'); define('NONCE_KEY', 'my_nonce_key'); define('AUTH_SALT', 'my_auth_salt'); define('SECURE_AUTH_SALT', 'my_secure_auth_salt');...