AccountManager.KeyLastAuthenticatedTime Field

Definition

Bundle key used to supply the last time the credentials of the account were authenticated successfully.

[Android.Runtime.Register("KEY_LAST_AUTHENTICATED_TIME", ApiSince=23)]
public const string KeyLastAuthenticatedTime;
[<Android.Runtime.Register("KEY_LAST_AUTHENTICATED_TIME", ApiSince=23)>]
val mutable KeyLastAuthenticatedTime : string

Field Value

Attributes

Remarks

Bundle key used to supply the last time the credentials of the account were authenticated successfully. Time is specified in milliseconds since epoch. Associated time is updated on successful authentication of account on adding account, confirming credentials, or updating credentials.

Java documentation for android.accounts.AccountManager.KEY_LAST_AUTHENTICATED_TIME.

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.

Applies to