customClaims property
The user's custom claims object if available, typically used to define
user roles and propagated to an authenticated user's ID token.
This is set via _BaseAuth.setCustomUserClaims
.
Implementation
final Map<String, Object?>? customClaims;