Skip to main content

Authentication Priority

If the ordered set doesn't contain all the enabled mechanisms they will be appended automatically. If repeated mechanisms are passed only the first occurrence is going to be kept

trustFactorClient.setAuthenticationMechanismsPriority(ordered: <[TFAuthenticationMechanism]>) { result, correlatioId in
switch result {
case .success:
//handle success

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