Share via


ASAccountAuthenticationModificationExtensionContext.CompleteChangePasswordRequest Method

Definition

[Foundation.Export("completeChangePasswordRequestWithUpdatedCredential:userInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CompleteChangePasswordRequest(AuthenticationServices.ASPasswordCredential updatedCredential, Foundation.NSDictionary? userInfo);
[<Foundation.Export("completeChangePasswordRequestWithUpdatedCredential:userInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CompleteChangePasswordRequest : AuthenticationServices.ASPasswordCredential * Foundation.NSDictionary -> unit
override this.CompleteChangePasswordRequest : AuthenticationServices.ASPasswordCredential * Foundation.NSDictionary -> unit

Parameters

updatedCredential
ASPasswordCredential
userInfo
NSDictionary
Attributes

Applies to