To create a API Manager
instance, you must check the Invoke url and Secret key you were granted.
For more information about Invoke url
and Secrect Key
, see here.
You can create an instance through NcpEkycApiManagerOptions
.
Please enter the correct Invoke url
and Secrect Key
depending on the purpose of use
let option = NcpEkycApiManager.Option(idCardInvokeUrl: "",
idCardSecretKey: "",
faceInvokeUrl: "",
faceSecretKey: "")
The following is a code example that create instance:
let option = NcpEkycApiManager.Option(idCardInvokeUrl: "",
idCardSecretKey: "",
faceInvokeUrl: "",
faceSecretKey: "")
let apiManager = NcpEkycApiManager(option: option)