AbstractAccountAuthenticator.KeyCustomTokenExpiry Field

Definition

Bundle key used for the long expiration time (in millis from the unix epoch) of the associated auth token.

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

Field Value

Attributes

Remarks

Bundle key used for the long expiration time (in millis from the unix epoch) of the associated auth token.

Java documentation for android.accounts.AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY.

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