public interface OAuthApi
| Modifier and Type | Method and Description |
|---|---|
String |
authorizeOAuthApp(AuthorizeRequest authRequest) |
ApiResponse<OAuthApp> |
createOAuthApp(OAuthApp app) |
ApiResponse<Boolean> |
deauthorizeOAuthApp(String appId) |
ApiResponse<Boolean> |
deleteOAuthApp(String appId) |
default ApiResponse<List<OAuthApp>> |
getAuthorizedOAuthAppsForUser(String userId) |
ApiResponse<List<OAuthApp>> |
getAuthorizedOAuthAppsForUser(String userId,
Pager pager) |
ApiResponse<OAuthApp> |
getOAuthApp(String appId) |
ApiResponse<OAuthApp> |
getOAuthAppInfo(String appId) |
default ApiResponse<List<OAuthApp>> |
getOAuthApps() |
ApiResponse<List<OAuthApp>> |
getOAuthApps(Pager pager) |
ApiResponse<OAuthApp> |
regenerateOAuthAppSecret(String appId) |
ApiResponse<OAuthApp> createOAuthApp(OAuthApp app)
default ApiResponse<List<OAuthApp>> getOAuthApps()
ApiResponse<List<OAuthApp>> getOAuthApps(Pager pager)
ApiResponse<OAuthApp> getOAuthApp(String appId)
ApiResponse<OAuthApp> getOAuthAppInfo(String appId)
ApiResponse<Boolean> deleteOAuthApp(String appId)
ApiResponse<OAuthApp> regenerateOAuthAppSecret(String appId)
default ApiResponse<List<OAuthApp>> getAuthorizedOAuthAppsForUser(String userId)
ApiResponse<List<OAuthApp>> getAuthorizedOAuthAppsForUser(String userId, Pager pager)
String authorizeOAuthApp(AuthorizeRequest authRequest)
ApiResponse<Boolean> deauthorizeOAuthApp(String appId)
Copyright © 2018. All rights reserved.