SFIdentityCoordinatorDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | SFIdentityCoordinator.h |
Overview
Protocol for being a delegate to the SFIdentityCoordinator process. Delegates may receive notifications about the success or failure of the identity request process.
– identityCoordinatorRetrievedData:
required method
Called when the identity coordinator successfully receives identity data from the service.
- (void)identityCoordinatorRetrievedData:(SFIdentityCoordinator *)coordinator
Parameters
coordinator |
the SFIdentityCoordinator instance associated with the requested data. |
---|
Declared In
SFIdentityCoordinator.h
– identityCoordinator:didFailWithError:
required method
Called if there was an error while retrieving the identity data from the service.
- (void)identityCoordinator:(SFIdentityCoordinator *)coordinator didFailWithError:(NSError *)error
Parameters
coordinator |
The SFIdentityCoordinator instance associated with the request. |
---|---|
error |
The error that occurred during the request. |
Declared In
SFIdentityCoordinator.h