次の方法で共有


ASWebAuthenticationSessionCompletionHandler 代理人

定義

相互作用で ASWebAuthenticationSession 使用されるデリゲート メソッド。

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

パラメーター

callbackUrl
NSUrl
error
NSError

適用対象