Android.Accounts.AbstractAccountAuthenticator Members

The members of Android.Accounts.AbstractAccountAuthenticator are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.