Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed Feb 13, 2024
1 parent ec04a94 commit d73d6a3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class OAuthUseCase(

private fun handleAuthorizationResponse(intent: Intent, resultHandler: (OAuthResult) -> Unit) {
val authorizationResponse: AuthorizationResponse? = AuthorizationResponse.fromIntent(intent)
// val clientAuth: ClientAuthentication = ClientSecretBasic(CLIENT_SECRET)
val clientAuth: ClientAuthentication = AuthState().clientAuthentication

val error = AuthorizationException.fromIntent(intent)
Expand Down

0 comments on commit d73d6a3

Please sign in to comment.