![JAR search and dependency download from the Maven repository](/logo.png)
com.garmin.vo.UserInfo 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.vo;
import lombok.Data;
/**
* @Classname UserInfo
* @Description TODO
* @Date 2019/10/18 14:33
* @Created by weihua.zou
*/
@Data
public class UserInfo {
private String userId;
private String sid;
private String userAccessToken;
private String userAccessSecret;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy