let tssKeyShareGroupID = "gjRIvhmnDfpcGrzjOABE" var recoverKey: UCWRecoverKey? do { recoverKey = try UCWRecoverKey(tssKeyShareGroupID: tssKeyShareGroupID) } catch { print("Error: \(error)") }
This operation creates an instance of the UCWRecoverKey class.
public init(tssKeyShareGroupID: String)
Was this page helpful?