Page Summary
-
ClearTokenRequest is a class that extends Object and implements Parcelable, used for configuring a request to clear a token.
-
It has a nested class ClearTokenRequest.Builder for creating instances of ClearTokenRequest.
-
The class includes methods for building a request, retrieving the token to be cleared, and handling object comparison and serialization.
-
It inherits methods from java.lang.Object and the Parcelable interface.
Parameters that configure the Clear token request.
Nested Class Summary
| class | ClearTokenRequest.Builder | Builder for ClearTokenRequest. |
|
Inherited Constant Summary
Field Summary
| public static final Creator<ClearTokenRequest> | CREATOR |
Public Method Summary
| static ClearTokenRequest.Builder |
builder()
Returns a new
ClearTokenRequest.Builder.
|
| boolean | |
| String |
getToken()
Returns the token that should be cleared from the cache.
|
| int |
hashCode()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Inherited Method Summary
Fields
public static final Creator<ClearTokenRequest> CREATOR
Public Methods
public static ClearTokenRequest.Builder builder ()
Returns a new
ClearTokenRequest.Builder.
public boolean equals (Object o)
public String getToken ()
Returns the token that should be cleared from the cache.