TestInvokeAuthorizerResponse constructor

TestInvokeAuthorizerResponse({
  1. int? disconnectAfterInSeconds,
  2. bool? isAuthenticated,
  3. List<String>? policyDocuments,
  4. String? principalId,
  5. int? refreshAfterInSeconds,
})

Implementation

TestInvokeAuthorizerResponse({
  this.disconnectAfterInSeconds,
  this.isAuthenticated,
  this.policyDocuments,
  this.principalId,
  this.refreshAfterInSeconds,
});