How do I create a credentials file?

1579
0
10-28-2015 12:27 PM
JohnDaues1
New Contributor

I am running the OAuth2Sample app from the arcgis-runtime-samples-android projects. In the code it looks for a credentials file:

if (fileExists(mCredentialsFileName)) { 

How do I create a credentials file? I believe I have all the data for it (username, client id, portal url, password, license key).

0 Kudos
0 Replies