You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
please have a look at this thread
http://stackoverflow.com/questions/40168448/swift-3-how-to-solve-ambiguous-use-of-authorize-completion/40169747#40169747
the compiler in xcode 8, using swift 3 throws an error, if you want to use the following func:
open class func authorize(_ provider: String!, completion: SimpleAuth.SimpleAuthRequestHandler!)problem is the following function:
open class func authorize(_ provider: String!, options: [AnyHashable : Any]! = [:], completion: SimpleAuth.SimpleAuthRequestHandler!)because of
= [:]