UNPKG
bankid-client
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
Client to interact with BankID services.
github.com/sergeiliski/bankid-client
bankid-client
/
config_example.js
8 lines
(7 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
config
=
{
'cert'
:
'<path_to_cert>'
,
'key'
:
'<path_to_key>'
,
'passphrase'
:
''
,
'url'
:
'<url>'
};
module
.
exports
= config;