共用方式為


ASWebAuthenticationSessionCompletionHandler 代理人

定義

用於互動的 ASWebAuthenticationSession 委派方法。

public delegate void ASWebAuthenticationSessionCompletionHandler(NSUrl callbackUrl, NSError error);
type ASWebAuthenticationSessionCompletionHandler = delegate of NSUrl * NSError -> unit

參數

callbackUrl
NSUrl
error
NSError

適用於