google / google/GoogleSignIn-iOS
Add additional GIDSignInErrorCode when access to resources is denied
Open
enhancement
- Dominant language
- Objective-C
- Stars
- 750
- Forks
- 282
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 9
Description
Hey
Currently, when access to resources is denied, GoogleSignIn return "kGIDSignInErrorCodeUnknown" with description "access_denied". Can we create an additional case called "kGIDSignInErrorCodeAccessDenied", which would be mapped from "OIDErrorCodeOAuthAccessDenied"?
In my case it would help a lot, as we send analytics events when user doesn't authorise access to resources.
Contributor guide
Assessment
This issue has not been assessed yet.