cc-everywhere

Interface: ClientAuthProvider()

Interface representing a function that provides client authentication details. This function should be implemented by partners to fetch client authentication details.

ClientAuthProvider(): Promise<ClientAuthDetails>;

Returns

Promise<ClientAuthDetails>

Promise&lt;ClientAuthDetails&gt; A promise that resolves to the client authentication details