SFAuthenticationCompletionHandler Delegate

Definition

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

Applies to