Skip to main content

Register a device

caution

Make sure to accept the latest Terms and Conditions first, otherwise an error will be returned.

Client requirements

trustfactorClient.register(pin: <String>) { result, correlationId in
switch result {
case .failure(let error):
// handle error

case .success(_):
// handle success
}
}