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