TestInvokeAuthorizerResponse constructor

TestInvokeAuthorizerResponse({
  1. Map<String, List<String>>? authorization,
  2. Map<String, String>? claims,
  3. int? clientStatus,
  4. int? latency,
  5. String? log,
  6. String? policy,
  7. String? principalId,
})

Implementation

TestInvokeAuthorizerResponse({
  this.authorization,
  this.claims,
  this.clientStatus,
  this.latency,
  this.log,
  this.policy,
  this.principalId,
});