Operation
public enum Operation : String, Codable
The operation type of a UAF message or request for a message.
-
A registration operation.
Declaration
Swift
case reg = "Reg"
-
An authentication (or transaction confirmation) operation.
Declaration
Swift
case auth = "Auth"
-
A deregistration operation.
Declaration
Swift
case dereg = "Dereg"
-
Returns the corresponding
NevisOperationType
.Declaration
Swift
public var toNevisOperationType: NevisOperationType { get }