AIAuthenticationDelegate.h
IntroductionThis contains the AIAuthenticationDelegate protocol and supporting classes. ClassesProtocolsTypedefsAPItypedef enum { kAPIAuthorizeUser = 1, kAPIGetAccessToken = 2, kAPIClearAuthorizationState = 3, kAPIGetProfile = 4 } API; Constants
DiscussionThese constants identify which API succeeded or failed when calling AIAuthenticationDelegate. The value identifying the API is passed in the APIResult and APIError objects. |