jwtId property

String? get jwtId

JWT ID - provides a unique identifier for the JWT

Implementation

String? get jwtId => _rawClaims[JwtClaims.jwtId] as String?;