Android.Accounts.AbstractAccountAuthenticator.UpdateCredentials Method
Update the locally stored credentials for an account.

Syntax

[Android.Runtime.Register("updateCredentials", "(Landroid/accounts/AccountAuthenticatorResponse;Landroid/accounts/Account;Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle;", "GetUpdateCredentials_Landroid_accounts_AccountAuthenticatorResponse_Landroid_accounts_Account_Ljava_lang_String_Landroid_os_Bundle_Handler")]
public abstract Android.OS.Bundle UpdateCredentials (AccountAuthenticatorResponse response, Account account, string authTokenType, Android.OS.Bundle options)

Parameters

response
to send the result back to the AccountManager, will never be null
account
the account whose credentials are to be updated, will never be null
authTokenType
the type of auth token to retrieve after updating the credentials, may be null
options
a Bundle of authenticator-specific options, may be null

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Android.Accounts.NetworkErrorExceptionif the authenticator could not honor the request due to a network error

Remarks

Update the locally stored credentials for an account.

[Android Documentation]

Requirements

Namespace: Android.Accounts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5