ClearTokenRequest

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)