Share via


IASWebAuthenticationSessionRequestDelegate.DidComplete Method

Definition

[Foundation.Export("authenticationSessionRequest:didCompleteWithCallbackURL:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidComplete(AuthenticationServices.ASWebAuthenticationSessionRequest authenticationSessionRequest, Foundation.NSUrl callbackUrl);
[<Foundation.Export("authenticationSessionRequest:didCompleteWithCallbackURL:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to