Interface IOAuthAppsReader
Methods
getOAuthAppById
- getOAuthAppById(id: string, appId: string): Promise<IOAuthApp>
getOAuthAppByName
- getOAuthAppByName(name: string, appId: string): Promise<IOAuthApp[]>
-
Parameters
-
name: string
-
appId: string
Returns Promise<IOAuthApp[]>
Returns the OAuth app info by its id