ASWebAuthenticationSessionCompletionHandler 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 method used in ASWebAuthenticationSession interactions.
public delegate void ASWebAuthenticationSessionCompletionHandler(NSUrl callbackUrl, NSError error);
type ASWebAuthenticationSessionCompletionHandler = delegate of NSUrl * NSError -> unit
Parameters
- callbackUrl
- NSUrl
- error
- NSError