Function
listMembers
(auth: BetterAuthHandle["auth"], headers: AdminUsersHeaders)
Source from the content-addressed store, hash-verified
| 86 | * directory that session is already entitled to on `/account/members`. |
| 87 | */ |
| 88 | const listMembers = (auth: BetterAuthHandle["auth"], headers: AdminUsersHeaders) => |
| 89 | Effect.tryPromise(() => auth.api.listMembers({ headers: new Headers(headers) })); |
| 90 | |
| 91 | /** |
| 92 | * Both directions of self-host's directory, over the SAME single `listMembers` |
Tested by
no test coverage detected