get resource auth info endpoint

This commit is contained in:
Milo Schwartz 2024-11-17 23:24:30 -05:00
parent e802d061ba
commit 1c4a873974
No known key found for this signature in database
6 changed files with 98 additions and 6 deletions

View file

@ -9,3 +9,4 @@ export * from "./setResourceRoles";
export * from "./listResourceUsers";
export * from "./setResourcePassword";
export * from "./authWithPassword";
export * from "./getResourceAuthInfo";