Share via


ASAccountAuthenticationModificationExtensionContext.GetSignInWithAppleUpgradeAuthorizationAsync Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<AuthenticationServices.ASAuthorizationAppleIdCredential> GetSignInWithAppleUpgradeAuthorizationAsync(string? state, string? nonce);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSignInWithAppleUpgradeAuthorizationAsync : string * string -> System.Threading.Tasks.Task<AuthenticationServices.ASAuthorizationAppleIdCredential>
override this.GetSignInWithAppleUpgradeAuthorizationAsync : string * string -> System.Threading.Tasks.Task<AuthenticationServices.ASAuthorizationAppleIdCredential>

Parameters

state
String
nonce
String

Returns

Attributes

Applies to