BluIDSDK_Environment
public enum BluIDSDK_Environment : String, Codable
It defines the different BluIDSDK environments that are available on BluSKY server.
-
The production environment.
Declaration
Swift
case production = "Production"
-
The QA environment.
Declaration
Swift
case qa = "QA"
-
The QA Test2 environment.
Declaration
Swift
case qatest2 = "QA Test2"
-
The QA Test3 environment.
Declaration
Swift
case qatest3 = "QA Test3"