openid / AppAuth-Android

Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
https://openid.github.io/AppAuth-Android
Apache License 2.0
2.83k stars 883 forks source link

Cancel the Authorization Request process #1030

Open ARGAMX opened 9 months ago

ARGAMX commented 9 months ago

Configuration

Description

How to Cancel the Authorization Request process programmatically? On iOS it can be done by call 'currentAuthorizationFlow.cancel()'. How on Android do the same? Thanks!