ASWebAuthenticationSessionCompletionHandler Delegate

Definition

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

Applies to