refreshClient

open suspend fun refreshClient()


open suspend fun refreshClient(traceId: String?)

Refreshes the client details by resetting the cached client and fetching updated information.

Parameters

traceId

Optional trace ID forwarded as the X-Portal-Trace-Id header on the subsequent getClient call. When null, a new UUID is generated.