ACAccountStore.RenewCredentials メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
資格情報が無効になった場合に、資格情報の更新を試みます。
[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
パラメーター
- account
- ACAccount
資格情報を更新する必要があるアカウント。
- completionHandler
- Action<ACAccountCredentialRenewResult,NSError>
メソッドが完了したときに呼び出されるハンドラー。
- 属性