refresh Credentials
open fun refreshCredentials(credentialId: String, onComplete: (isActionDone: Boolean) -> Unit): Boolean
Content copied to clipboard
Handle action where the user requests to refresh an aggregated credential. This corresponds to InsightAction.Type.REFRESH_CREDENTIAL action type.
Return
true
if the action will be handled, false
otherwise
Parameters
credential Id
The id of the aggregated credential
on Complete
The lambda block to invoke to indicate if the action has completed successfully or not