customClaims property

Map<String, Object?>? customClaims
final

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;