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

com.wacai.file.token.response.AccessToken Maven / Gradle / Ivy

package com.wacai.file.token.response;


import lombok.Data;

import java.io.Serializable;

@Data
public class AccessToken implements Serializable {

  private String accessToken;

  private String tokenType;

  private Integer expires;

  private String refreshToken;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy