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
abstract | AddAccount(AccountAuthenticatorResponse, string, string, string[], Android.OS.Bundle)Adds an account of the specified accountType. | |
AddAccountFromCredentials(AccountAuthenticatorResponse, Account, 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)Checks that the user knows the credentials of an account. | |
abstract | EditProperties(AccountAuthenticatorResponse, string)Returns a Bundle that contains the Intent of the activity that can be used to edit the properties. | |
GetAccountCredentialsForCloning(AccountAuthenticatorResponse, Account)Returns a Bundle that contains whatever is required to clone the account on a different user. | ||
GetAccountRemovalAllowed(AccountAuthenticatorResponse, Account)Checks if the removal of this account is allowed. | ||
abstract | GetAuthToken(AccountAuthenticatorResponse, Account, string, Android.OS.Bundle)Gets the authtoken for an account. | |
abstract | GetAuthTokenLabel(string)Ask the authenticator for a localized label for the given authTokenType. | |
abstract | HasFeatures(AccountAuthenticatorResponse, Account, string[])Checks if the account supports all the specified authenticator specific features. | |
abstract | UpdateCredentials(AccountAuthenticatorResponse, Account, string, Android.OS.Bundle)Update the locally stored credentials for an account. |