-
public abstract class AccessTokenTracker
-
-
Field Summary
Fields Modifier and Type Field Description private booleanisTracking
-
Constructor Summary
Constructors Constructor Description AccessTokenTracker()The constructor.
-
Method Summary
Modifier and Type Method Description booleanisTracking()Gets whether the tracker is tracking the current access token. voidstartTracking()Starts tracking the current access token voidstopTracking()Stops tracking the current access token. -
-
Method Detail
-
isTracking
boolean isTracking()
Gets whether the tracker is tracking the current access token.
-
startTracking
void startTracking()
Starts tracking the current access token
-
stopTracking
void stopTracking()
Stops tracking the current access token.
-
-
-
-