ASAccountAuthenticationModificationViewController.PrepareInterfaceToConvertAccountToSignInWithApple Method

Definition

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

Parameters

serviceIdentifier
ASCredentialServiceIdentifier
existingCredential
ASPasswordCredential
userInfo
NSDictionary
Attributes

Applies to