public class OauthParams extends Object
| 构造器和说明 |
|---|
OauthParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
String |
getEndpoint() |
String |
getRedirectUri() |
String |
getResponseType() |
String |
getScope() |
String |
getState() |
void |
setAppId(String appId) |
void |
setEndpoint(String endpoint) |
void |
setRedirectUri(String redirectUri) |
void |
setResponseType(String responseType) |
void |
setScope(String scope) |
void |
setState(String state) |
public String getEndpoint()
public void setEndpoint(String endpoint)
public String getAppId()
public void setAppId(String appId)
public String getScope()
public void setScope(String scope)
public String getState()
public void setState(String state)
public String getResponseType()
public void setResponseType(String responseType)
public String getRedirectUri()
public void setRedirectUri(String redirectUri)
Copyright © 2021. All rights reserved.