UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

7 lines 491 B
import { CustomRequestOptions } from '../../common/request'; import { DropInSDKAuthorizeReqDTO } from '../../model/dropInSDKAuthorizeReqDTO'; import { DropInSDKAuthorizeResDTO } from '../../model/dropInSDKAuthorizeResDTO'; export declare class AuthenticationEmbeddedComponentsApi { authorize(request: DropInSDKAuthorizeReqDTO, x_on_behalf_of?: string, options?: CustomRequestOptions): Promise<DropInSDKAuthorizeResDTO>; } //# sourceMappingURL=authenticationEmbeddedComponentsApi.d.ts.map