ASAccountAuthenticationModificationViewController.ConvertAccountToSignInWithAppleWithoutUserInteraction Method

Definition

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

Parameters

serviceIdentifier
ASCredentialServiceIdentifier
existingCredential
ASPasswordCredential
userInfo
NSDictionary
Attributes

Applies to