Share via


ACAccountStore.RenewCredentials Method

Definition

[Foundation.Export("renewCredentialsForAccount:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RenewCredentials(Accounts.ACAccount account, Action<Accounts.ACAccountCredentialRenewResult,Foundation.NSError> completionHandler);
[<Foundation.Export("renewCredentialsForAccount:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RenewCredentials : Accounts.ACAccount * Action<Accounts.ACAccountCredentialRenewResult, Foundation.NSError> -> unit
override this.RenewCredentials : Accounts.ACAccount * Action<Accounts.ACAccountCredentialRenewResult, Foundation.NSError> -> unit

Parameters

account
ACAccount
Attributes

Applies to