ClientSecretResultListener

The interface used to pass your client secret to the SDK.

Functions

Link copied to clipboard
abstract fun onResult(clientSecret: String?)

Once you have retrieved your client Secret, call onResult with the client secret as the parameter. If there is an error or you're unable to provide a client secret, call the method with null. onResult must be called exactly once. Subsequent calls after the first one will be ignored.