Skip to content

Instantly share code, notes, and snippets.

@PaulTR
Created December 2, 2021 20:06
Show Gist options
  • Save PaulTR/2bd6b230be6b6dc34c24d29373cb8973 to your computer and use it in GitHub Desktop.
Save PaulTR/2bd6b230be6b6dc34c24d29373cb8973 to your computer and use it in GitHub Desktop.
private fun initAuthServiceConfig() {
authServiceConfig = AuthorizationServiceConfiguration(
Uri.parse(Constants.URL_AUTHORIZATION),
Uri.parse(Constants.URL_TOKEN_EXCHANGE),
null,
Uri.parse(Constants.URL_LOGOUT))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment