@zeroid/trimble.identity.clientcredentialtokenprovider
Version:
An implementation of ITokenProvider for OAuth client credential grant type
20 lines (19 loc) • 558 B
JSON
{
"name": "@zeroid/trimble.identity.clientcredentialtokenprovider",
"version": "0.1.0",
"description": "An implementation of ITokenProvider for OAuth client credential grant type",
"main": "ClientCredentialTokenProvider.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Trimble",
"Identity",
"ITokenProvider"
],
"author": "Justin Smith <justin@layout.co.nz> (https://github.com/zeroid)",
"license": "UNLICENSED",
"dependencies": {
"@zeroid/trimble.httpclient": "latest"
}
}