My CF app needs to get cf authentication token programmatically in runtime. Currently I'm getting the token using HTTP:POST request to 'AuthorizationURL/oauth/token' with username and password in the request header. But I dont want to put my username password in code. So need another way to get this auth token. Note: I'm using this token to call other CF apps' API via HTTP request.