Skip to main content

Revalidate Profiles

Client requirements

Revalidate profiles from the current device

trustfactorClient.revalidateApplicationProfile(profileId: <TFApplicationProfile.RawIdentifier>, appAuxData: <string>, signedAuxData: <string>) { result, correlationId in
switch result {
case .success(_):
// handle success

case .failure(let error):
// handle errors
}
}