FirebaseAuthError.INVALID_TENANT_TYPE constructor

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

Implementation

FirebaseAuthError.INVALID_TENANT_TYPE([String? message])
    : this(
          'invalid-tenant-type',
          message ??
              'Tenant type must be either "full_service" or "lightweight".');