类 ExtService
java.lang.Object
com.lark.oapi.service.ext.ExtService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明createFile(CreateFileReq req) createFile(CreateFileReq req, RequestOptions requestOptions) getAuthenAccessToken(AuthenAccessTokenReq req, RequestOptions requestOptions) getAuthenUserInfo(RequestOptions requestOptions) refreshAuthenAccessToken(RefreshAuthenAccessTokenReq req, RequestOptions requestOptions)
-
构造器详细资料
-
ExtService
-
-
方法详细资料
-
createFile
- 抛出:
Exception
-
createFile
- 抛出:
Exception
-
getAppAccessTokenBySelfBuiltApp
public AppAccessTokenResp getAppAccessTokenBySelfBuiltApp(SelfBuiltAppAccessTokenReq req) throws Exception - 抛出:
Exception
-
getAppAccessTokenByMarketplaceApp
public AppAccessTokenResp getAppAccessTokenByMarketplaceApp(MarketplaceAppAccessTokenReq req) throws Exception - 抛出:
Exception
-
getTenantAccessTokenBySelfBuiltApp
public TenantAccessTokenResp getTenantAccessTokenBySelfBuiltApp(SelfBuiltTenantAccessTokenReq req) throws Exception - 抛出:
Exception
-
getTenantAccessTokenByMarketplaceApp
public TenantAccessTokenResp getTenantAccessTokenByMarketplaceApp(MarketplaceTenantAccessTokenReq req) throws Exception - 抛出:
Exception
-
getAuthenAccessToken
- 抛出:
Exception
-
getAuthenAccessToken
public AuthenAccessTokenResp getAuthenAccessToken(AuthenAccessTokenReq req, RequestOptions requestOptions) throws Exception - 抛出:
Exception
-
refreshAuthenAccessToken
public RefreshAuthenAccessTokenResp refreshAuthenAccessToken(RefreshAuthenAccessTokenReq req, RequestOptions requestOptions) throws Exception - 抛出:
Exception
-
refreshAuthenAccessToken
public RefreshAuthenAccessTokenResp refreshAuthenAccessToken(RefreshAuthenAccessTokenReq req) throws Exception - 抛出:
Exception
-
getAuthenUserInfo
- 抛出:
Exception
-