FirebaseAuthError.claimsTooLarge constructor
FirebaseAuthError.claimsTooLarge([
- String? message
The claims payload provided to setCustomUserClaims
exceeds the maximum
allowed size of 1000 bytes.
Implementation
FirebaseAuthError.claimsTooLarge([String? message])
: this('claims-too-large',
message ?? 'Developer claims maximum payload size exceeded.');