Interface: ClientAuthProvider()
Interface representing a function that provides client authentication details. This function should be implemented by partners to fetch client authentication details.
Copied to your clipboardClientAuthProvider(): Promise<ClientAuthDetails>;
Returns
Promise<ClientAuthDetails>
Promise<ClientAuthDetails> A promise that resolves to the client authentication details
