UNPKG

@postman/wsdl-to-postman

Version:

Convert a given WSDL specification (1.1) to Postman Collection

18 lines (16 loc) 388 B
class UsernameTokenInput { constructor() { this.constructor_name = 'UsernameTokenInput'; this.includeToken = ''; this.issuerInfo = ''; this.claims = ''; this.policyNamespace = ''; this.passwordType = ''; this.createdNonce = ''; this.requireKeyOption = ''; this.tokenVersion = ''; } } module.exports = { UsernameTokenInput: UsernameTokenInput };