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

com.haoxuer.discover.user.oauth.domain.OauthResponse Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package com.haoxuer.discover.user.oauth.domain;

/**
 * Created by ada on 2017/7/20.
 */
public interface OauthResponse {
  
  /**
   * 獲取openid
   *
   * @return
   */
  String getOpenid();
  
  String getName();
  
  String getAvatar();
  
  /**
   * 类型
   *
   * @return 类型
   */
  String type();
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy