openid / AppAuth-Android

Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.

Home Page:https://openid.github.io/AppAuth-Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cancel the Authorization Request process

ARGAMX opened this issue · comments

Configuration

  • Version: 0.11.1
  • Integration: native Kotlin

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!