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

Example app inconsistent with documentation

Open felixlinker opened this issue 3 years ago • 0 comments

Description

Hi there,

The documentation for AuthorizationService::dispose mentions that this method should be called on onPause as well.

I'm running into troubles with the service being disposed on AuthorizationService::performTokenRequest.

Comparing my code to the example app, I see that the LoginActivity class only calls dispose on onDestroy.

What is the correct way to utilize the library?

felixlinker avatar May 18 '22 11:05 felixlinker