ASWebAuthenticationSession.Cancel 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開發人員可以呼叫這個方法來取消驗證會話,並關閉相關聯的 UIViewController 。
[Foundation.Export("cancel")]
public virtual void Cancel ();
abstract member Cancel : unit -> unit
override this.Cancel : unit -> unit
- 屬性
備註
在初始呼叫這個方法之後,後續的呼叫不會有任何作用。