Share via


IASWebAuthenticationSessionRequestDelegate.DidCancel Method

Definition

[Foundation.Export("authenticationSessionRequest:didCancelWithError:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidCancel(AuthenticationServices.ASWebAuthenticationSessionRequest authenticationSessionRequest, Foundation.NSError error);
[<Foundation.Export("authenticationSessionRequest:didCancelWithError:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidCancel : AuthenticationServices.ASWebAuthenticationSessionRequest * Foundation.NSError -> unit
override this.DidCancel : AuthenticationServices.ASWebAuthenticationSessionRequest * Foundation.NSError -> unit

Parameters

authenticationSessionRequest
ASWebAuthenticationSessionRequest
error
NSError
Attributes

Applies to