@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
118 lines • 2.67 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SignedAccessToken = void 0;
class SignedAccessToken {
static getAttributeTypeMap() {
return SignedAccessToken.attributeTypeMap;
}
constructor() {
}
}
exports.SignedAccessToken = SignedAccessToken;
SignedAccessToken.discriminator = undefined;
SignedAccessToken.mapping = undefined;
SignedAccessToken.attributeTypeMap = [
{
"name": "appId",
"baseName": "appId",
"type": "number",
"format": "int32"
},
{
"name": "appInstallId",
"baseName": "appInstallId",
"type": "string",
"format": ""
},
{
"name": "audience",
"baseName": "audience",
"type": "string",
"format": ""
},
{
"name": "expiresAt",
"baseName": "expiresAt",
"type": "number",
"format": "int64"
},
{
"name": "hubId",
"baseName": "hubId",
"type": "number",
"format": "int32"
},
{
"name": "hublet",
"baseName": "hublet",
"type": "string",
"format": ""
},
{
"name": "installingUserId",
"baseName": "installingUserId",
"type": "number",
"format": "int32"
},
{
"name": "isPrivateDistribution",
"baseName": "isPrivateDistribution",
"type": "boolean",
"format": ""
},
{
"name": "isServiceAccount",
"baseName": "isServiceAccount",
"type": "boolean",
"format": ""
},
{
"name": "isUserLevel",
"baseName": "isUserLevel",
"type": "boolean",
"format": ""
},
{
"name": "newSignature",
"baseName": "newSignature",
"type": "string",
"format": ""
},
{
"name": "scopeToScopeGroupPks",
"baseName": "scopeToScopeGroupPks",
"type": "string",
"format": ""
},
{
"name": "scopes",
"baseName": "scopes",
"type": "string",
"format": ""
},
{
"name": "signature",
"baseName": "signature",
"type": "string",
"format": ""
},
{
"name": "trialScopeToScopeGroupPks",
"baseName": "trialScopeToScopeGroupPks",
"type": "string",
"format": ""
},
{
"name": "trialScopes",
"baseName": "trialScopes",
"type": "string",
"format": ""
},
{
"name": "userId",
"baseName": "userId",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=SignedAccessToken.js.map