Impersonation constructor

Impersonation({
  1. Map<String, Object?>? authClaims,
  2. bool? includeDebugDetails,
  3. bool? unauthenticated,
})

Implementation

Impersonation({
  this.authClaims,
  this.includeDebugDetails,
  this.unauthenticated,
});