SFAuthenticationCompletionHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate for handling the result of a user action in a SFAuthenticationSession.
public delegate void SFAuthenticationCompletionHandler(NSUrl callbackUrl, NSError error);
type SFAuthenticationCompletionHandler = delegate of NSUrl * NSError -> unit
Parameters
- callbackUrl
- NSUrl
A custom URL scheme.
- error
- NSError