Android.Accounts.AbstractAccountAuthenticator: Method Members

The methods of Android.Accounts.AbstractAccountAuthenticator are listed below. For a list of all members, see the AbstractAccountAuthenticator Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

abstract
AddAccount(AccountAuthenticatorResponse, string, string, string[], Android.OS.Bundle) : Android.OS.Bundle
Adds an account of the specified accountType.
AddAccountFromCredentials(AccountAuthenticatorResponse, Account, Android.OS.Bundle) : Android.OS.Bundle
Creates an account based on credentials provided by the authenticator instance of another user on the device, who has chosen to share the account with this user.
abstract
ConfirmCredentials(AccountAuthenticatorResponse, Account, Android.OS.Bundle) : Android.OS.Bundle
Checks that the user knows the credentials of an account.
abstract
EditProperties(AccountAuthenticatorResponse, string) : Android.OS.Bundle
Returns a Bundle that contains the Intent of the activity that can be used to edit the properties.
GetAccountCredentialsForCloning(AccountAuthenticatorResponse, Account) : Android.OS.Bundle
Returns a Bundle that contains whatever is required to clone the account on a different user.
GetAccountRemovalAllowed(AccountAuthenticatorResponse, Account) : Android.OS.Bundle
Checks if the removal of this account is allowed.
abstract
GetAuthToken(AccountAuthenticatorResponse, Account, string, Android.OS.Bundle) : Android.OS.Bundle
Gets the authtoken for an account.
abstract
GetAuthTokenLabel(string) : string
Ask the authenticator for a localized label for the given authTokenType.
abstract
HasFeatures(AccountAuthenticatorResponse, Account, string[]) : Android.OS.Bundle
Checks if the account supports all the specified authenticator specific features.
abstract
UpdateCredentials(AccountAuthenticatorResponse, Account, string, Android.OS.Bundle) : Android.OS.Bundle
Update the locally stored credentials for an account.