FirebaseAuthError.mismatchingTenantId constructor

FirebaseAuthError.mismatchingTenantId([
  1. String? message
])

Implementation

FirebaseAuthError.mismatchingTenantId([String? message])
    : this(
          'mismatching-tenant-id',
          message ??
              'User tenant ID does not match with the current TenantAwareAuth tenant ID.');