Is it secure to explicitly write OAuth 2.0 client secret key in source code of a cloud code function? Is cloud code protected from public access? Or how should I safely store secret key that I need to communicate with foreign API? I am still developing my app on parse.com, but will move to Parse Server soon. Thank you very much.