@postman/wsdl-to-postman
Version:
Convert a given WSDL specification (1.1) to Postman Collection
19 lines (17 loc) • 392 B
JavaScript
class SAMLTokenInput {
constructor() {
this.constructor_name = 'SAMLTokenInput';
this.includeToken = '';
this.issuerInfo = '';
this.claims = '';
this.policyNamespace = '';
this.passwordType = '';
this.createdNonce = '';
this.requireKeyOption = '';
this.tokenVersion = '';
this.mode = '';
}
}
module.exports = {
SAMLTokenInput: SAMLTokenInput
};