public class ConnectionData extends Object implements Serializable
| 构造器和说明 |
|---|
ConnectionData() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessToken()
The access token required to make authorized API calls.
|
String |
getDisplayName()
A display name for the connection.
|
Long |
getExpireTime()
The time the connection expires.
|
String |
getImageUrl()
An image visualizing the connection.
|
String |
getProfileUrl()
A link to the provider's user profile page.
|
String |
getProviderId()
The id of the provider the connection is associated with.
|
String |
getProviderUserId()
The id of the provider user this connection is connected to.
|
Integer |
getRank()
userId 绑定同一个 providerId 的排序
|
String |
getRefreshToken()
A token use to renew this connection.
|
Long |
getTokenId()
The secret token needed to make authorized API calls.
|
String |
getUserId()
用户唯一 ID
|
public String getUserId()
public String getProviderId()
public String getProviderUserId()
public Integer getRank()
public String getDisplayName()
public String getProfileUrl()
public String getImageUrl()
public String getAccessToken()
public Long getTokenId()
public String getRefreshToken()
public Long getExpireTime()
Copyright © 2021. All rights reserved.