Compartilhar via


ACAccountStore.RenewCredentials Método

Definição

Tenta renovar credenciais se elas se tornarem inválidas.

[Foundation.Export("renewCredentialsForAccount:completion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RenewCredentials (Accounts.ACAccount account, Action<Accounts.ACAccountCredentialRenewResult,Foundation.NSError> completionHandler);
abstract member RenewCredentials : Accounts.ACAccount * Action<Accounts.ACAccountCredentialRenewResult, Foundation.NSError> -> unit
override this.RenewCredentials : Accounts.ACAccount * Action<Accounts.ACAccountCredentialRenewResult, Foundation.NSError> -> unit

Parâmetros

account
ACAccount

A conta cujas credenciais exigem renovação.

completionHandler
Action<ACAccountCredentialRenewResult,NSError>

O manipulador a ser chamado quando o método for concluído.

Atributos

Aplica-se a