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.... ]