UNPKG
trm-registry-types
Version:
latest (2.1.0)
2.1.0
2.0.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
TRM Registry Types
www.trmregistry.com
RegestaItalia/trm-registry-types
trm-registry-types
/
dist
/
response
/
AuthenticationType.d.ts
7 lines
(6 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
AuthenticationType
{
NO_AUTH
=
"NO_AUTH"
,
BASIC
=
"BASIC"
,
OAUTH2
=
"OAUTH2"
,
TOKEN
=
"TOKEN"
}