Amazon.APIGateway.AmazonAPIGatewayClient.TestInvokeAuthorizer C# (CSharp) Method

TestInvokeAuthorizer() public method

Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
/// /// /// /// /// /// /// ///
public TestInvokeAuthorizer ( TestInvokeAuthorizerRequest request ) : TestInvokeAuthorizerResponse
request Amazon.APIGateway.Model.TestInvokeAuthorizerRequest Container for the necessary parameters to execute the TestInvokeAuthorizer service method.
return Amazon.APIGateway.Model.TestInvokeAuthorizerResponse
        public TestInvokeAuthorizerResponse TestInvokeAuthorizer(TestInvokeAuthorizerRequest request)
        {
            var marshaller = new TestInvokeAuthorizerRequestMarshaller();
            var unmarshaller = TestInvokeAuthorizerResponseUnmarshaller.Instance;

            return Invoke<TestInvokeAuthorizerRequest,TestInvokeAuthorizerResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient