![JAR search and dependency download from the Maven repository](/logo.png)
com.garmin.model.GarminTokenInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of garmin-oauth Show documentation
Show all versions of garmin-oauth Show documentation
Package garmin license, new user license to app
The newest version!
package com.garmin.model;
import lombok.Data;
/**
* @Classname GarminTokenInfo
* @Description TODO
* @Date 2019/10/18 11:45
* @Created by weihua.zou
*/
@Data
//@Entity
public class GarminTokenInfo {
// @Id
// @GeneratedValue(strategy = GenerationType.AUTO)
private long id;
private String userId;
private String userName;
private String token;
private String secret;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy