google / GTMAppAuth

Apple platforms SDK for using AppAuth with Google libraries.
Apache License 2.0
379 stars 198 forks source link

Add AuthSession.ErrorCode and tests to ensure code export to ObjC #220

Closed mdmathias closed 1 year ago

mdmathias commented 1 year ago

Adds an enum mapping Swift's AuthSession.Error error cases to names that can be represented, and inspected, in ObjC. Also adds tests for these cases in the interop tests.