{"version":3,"sources":["../../../packages/core/rpc/credssp/rpc-credssp-request-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAwB,MAAM,qBAAqB,CAAC;AAE3G,qBAAa,uBAAuB;IAChC;;;;;OAKG;WACW,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,mBAAmB,GAAG,OAAO,CAAC,yBAAyB,CAAC;CAGxG","file":"rpc-credssp-request-client.d.ts","sourcesContent":["import { Rpc } from '../rpc';\r\nimport { RpcInboundClient } from '../rpc-inbound-client';\r\nimport { RpcCredSSPOperation, RpcCredSSPOperationResult, RpcCredSspRequestKey } from './rpc-credssp-model';\r\n\r\nexport class RpcCredSspRequestClient {\r\n    /**\r\n     * The CredSsp request command.\r\n     *\r\n     * @param data the RpcCredSSPOperation object.\r\n     * @return Promise<RpcCredSSPOperationResult> the promise object.\r\n     */\r\n    public static credSspRequest(rpc: Rpc, data: RpcCredSSPOperation): Promise<RpcCredSSPOperationResult> {\r\n        return RpcInboundClient.call(rpc, RpcCredSspRequestKey.command, RpcCredSspRequestKey.version, data);\r\n    }\r\n}\r\n"]}