Adapter to allow the use of ordinary functions as TokenProvider.
const provider = tokenProviderFn(async () => ({ value: 'my-token' })); Copy
const provider = tokenProviderFn(async () => ({ value: 'my-token' }));
Adapter to allow the use of ordinary functions as TokenProvider.