Share via


ASWebAuthenticationSessionRequestDelegate.DidComplete Method

Definition

[Foundation.Export("authenticationSessionRequest:didCompleteWithCallbackURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidComplete(AuthenticationServices.ASWebAuthenticationSessionRequest authenticationSessionRequest, Foundation.NSUrl callbackUrl);
[<Foundation.Export("authenticationSessionRequest:didCompleteWithCallbackURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidComplete : AuthenticationServices.ASWebAuthenticationSessionRequest * Foundation.NSUrl -> unit
override this.DidComplete : AuthenticationServices.ASWebAuthenticationSessionRequest * Foundation.NSUrl -> unit

Parameters

authenticationSessionRequest
ASWebAuthenticationSessionRequest
callbackUrl
NSUrl

Implements

Attributes

Applies to