public class SignSCAClient extends Object implements SignService
| 构造器和说明 |
|---|
SignSCAClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
String |
getGrantType() |
String |
getHost() |
String |
getSecret() |
SignService |
getSignService() |
String |
getToken() |
String |
refreshToken() |
void |
setSignService(SignService signService) |
public SignService getSignService()
public void setSignService(SignService signService)
public String getToken() throws Exception
getToken 在接口中 SignServiceExceptionpublic String refreshToken() throws Exception
refreshToken 在接口中 SignServiceExceptionpublic String getAppId() throws Exception
getAppId 在接口中 SignServiceExceptionpublic String getSecret() throws Exception
getSecret 在接口中 SignServiceExceptionpublic String getHost() throws Exception
getHost 在接口中 SignServiceExceptionpublic String getGrantType() throws Exception
getGrantType 在接口中 SignServiceExceptionCopyright © 2021. All rights reserved.