UNPKG

doku-nodejs-library

Version:
9 lines 285 B
class TokenB2BRequestDTO { constructor(clientID, xTimestamp, signatureResult) { this.clientID = clientID; this.xTimestamp = xTimestamp; this.signatureResult = signatureResult; this.grantType= "client_credentials" } } module.exports = TokenB2BRequestDTO;