Andras Kadar
Results
1
issues of
Andras Kadar
**Describe the bug** `OIDExternalUserAgentSession`'s [`cancel`](https://github.com/openid/AppAuth-iOS/blob/e191b1beadf3041259652e6e464eaceff16e5fbb/Source/AppAuthCore/OIDExternalUserAgentSession.h#L32) method writes in the documentation that on call, it will throw an `OIDErrorCodeProgramCanceledAuthorizationFlow` error, but in reality a `OIDErrorCodeUserCanceledAuthorizationFlow` error is thrown in the [implementation](https://github.com/openid/AppAuth-iOS/blob/e191b1beadf3041259652e6e464eaceff16e5fbb/Source/AppAuthCore/OIDAuthorizationService.m#L94)....