extraClaims property

Map<String, dynamic>? extraClaims
final

Extra claims provided programmatically via the createTokens method.

The provider can use this to merge or override these claims as needed.

Implementation

final Map<String, dynamic>? extraClaims;