ClientSecretProviderListenerWrapper
Listener to provide the Connect SDK client secret from your server. Implement the provideClientSecret method and use the listener parameter to provide your client secret to the Connect SDK.
This listener wraps ClientSecretProvider and is intended to be used by consumers who don't wish to use coroutines in their applications, or who are calling the SDK from Java.
Functions
Called when the Connect SDK needs a client secret from your server. Implement a secure network call to your server here to fetch your client secret. If you're unable to provide a client secret for any reason, return null.
Called when the Connect SDK needs a client secret from your server. Implement a secure network call to your server here to fetch your client secret and use resultListener to pass it to the Connect SDK.