Hey! I'm looking to understand how to use cachedTrustedClients
it seems like that has to be configured at compile time, but then I can't set a client id when i add a client using the adminCreateOAuthClient method.
How will i know the client id when compiling the code if it's dynamic and i can't set it when registering my client?
Should i just write an entry to the db directly instead of using the betterauth api object?
obviously there are solutions, I'm just concerned I'm not getting something here.