Skip to content

Instantly share code, notes, and snippets.

@skiph
Created October 24, 2017 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skiph/c4abe0648c19bb0dd71b12eebd562388 to your computer and use it in GitHub Desktop.
Save skiph/c4abe0648c19bb0dd71b12eebd562388 to your computer and use it in GitHub Desktop.
private void startClientConfig() {
Log.i(TAG, "Starting client config");
clientId = app.getString(R.string.client_id);
redirectUri = app.getString(R.string.redirect_uri);
authScope = app.getString(R.string.authorization_scope);
finishClientConfig();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment