@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
22 lines • 680 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IdentificationTokenResponse = void 0;
class IdentificationTokenResponse {
static getAttributeTypeMap() {
return IdentificationTokenResponse.attributeTypeMap;
}
constructor() {
}
}
exports.IdentificationTokenResponse = IdentificationTokenResponse;
IdentificationTokenResponse.discriminator = undefined;
IdentificationTokenResponse.mapping = undefined;
IdentificationTokenResponse.attributeTypeMap = [
{
"name": "token",
"baseName": "token",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=IdentificationTokenResponse.js.map