mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 04:35:56 +03:00
1
Objective C
Eric Marchand edited this page 2016-11-05 17:44:13 +01:00
To keep compatibility with objective C currently typed Error and struct cannot be used in functions signature
Failure handler take type OAuthSwiftError as parameters (in swift no need to cast a generic Error)
So there is some prefixed functions with objc_
[oauth objc_authorizeWithCall.... ]