AccountManager.GetAuthenticatorTypes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the currently registered authenticators.
[Android.Runtime.Register("getAuthenticatorTypes", "()[Landroid/accounts/AuthenticatorDescription;", "GetGetAuthenticatorTypesHandler")]
public virtual Android.Accounts.AuthenticatorDescription[]? GetAuthenticatorTypes ();
[<Android.Runtime.Register("getAuthenticatorTypes", "()[Landroid/accounts/AuthenticatorDescription;", "GetGetAuthenticatorTypesHandler")>]
abstract member GetAuthenticatorTypes : unit -> Android.Accounts.AuthenticatorDescription[]
override this.GetAuthenticatorTypes : unit -> Android.Accounts.AuthenticatorDescription[]
Returns
An array of AuthenticatorDescription for every
authenticator known to the AccountManager service. Empty (never
null) if no authenticators are known.
- Attributes
Remarks
Java documentation for android.accounts.AccountManager.getAuthenticatorTypes().
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.