@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 823 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DropInSDKAuthorizeReqDTO = void 0;
var DropInSDKAuthorizeReqDTO;
(function (DropInSDKAuthorizeReqDTO) {
DropInSDKAuthorizeReqDTO.discriminator = 'DropInSDKAuthorizeReqDTO';
DropInSDKAuthorizeReqDTO.attributeTypeMap = [
{
name: 'code_challenge',
baseName: 'code_challenge',
type: 'string',
},
{
name: 'identity',
baseName: 'identity',
type: 'string',
},
{
name: 'scope',
baseName: 'scope',
type: 'Array<string>',
},
];
})(DropInSDKAuthorizeReqDTO || (exports.DropInSDKAuthorizeReqDTO = DropInSDKAuthorizeReqDTO = {}));
//# sourceMappingURL=dropInSDKAuthorizeReqDTO.js.map