All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.coinbase.api.entity.RevokeTokenRequest Maven / Gradle / Ivy

The newest version!
package com.coinbase.api.entity;

import java.io.Serializable;

public class RevokeTokenRequest implements Serializable {
    private static final long serialVersionUID = -1445803678709058848L;

    private String token;

    public String getToken() {
        return token;
    }

    public void setToken(String token) {
        this.token = token;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy