Impersonation class
Impersonation configures the Firebase Auth context to impersonate.
Constructors
- 
          Impersonation({Map<String, Object?> ? authClaims, bool? includeDebugDetails, bool? unauthenticated})
- Impersonation.fromJson(Map json_)
Properties
- 
  authClaims
  ↔ Map<String, Object?> ?
- 
  Evaluate the auth policy with a customized JWT auth token.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- includeDebugDetails ↔ bool?
- 
  If set, include debug details in GraphQL error extensions.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- unauthenticated ↔ bool?
- 
  Evaluate the auth policy as an unauthenticated request.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited