AppAuth-Android icon indicating copy to clipboard operation
AppAuth-Android copied to clipboard

performTokenRequest takes to much time

Open davcres opened this issue 2 years ago • 3 comments

When this method is called the response late too much times most of the times.

public void performTokenRequest(@NonNull
                                TokenRequest request,
                                @NonNull
                                ClientAuthentication clientAuthentication,
                                @NonNull
                                AuthorizationService.TokenResponseCallback callback)

Configuration

  • Version: 0.11.1
  • Integration: native Kotlin
  • Identity provider: Auth0

davcres avatar Sep 20 '22 08:09 davcres

@davcres Why do you think this is a bug in the library? I don't have any issues with this function since using this lib.

Moes81 avatar Sep 21 '22 09:09 Moes81

Please provide comparable measurements to support your case. As it currently stands this is not an actionable item. There probably isn't any issue with the lib itself, but I'll give you the benefit of the doubt.

agologan avatar Sep 21 '22 09:09 agologan

thank you for answering. I just found that the problem is in the server. Nothing to do with you. Thanks. You can close or delete the issue.

davcres avatar Sep 21 '22 12:09 davcres