ClearTokenRequest

  • 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.

public class ClearTokenRequest extends Object
implements Parcelable Parcelable

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
boolean
String
getToken()
Returns the token that should be cleared from the cache.
int
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Fields

public static final Creator<ClearTokenRequest> CREATOR

Public Methods

public static ClearTokenRequest.Builder builder ()

public boolean equals (Object o)

public String getToken ()

Returns the token that should be cleared from the cache.

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)