jwtId property
String?
get
jwtId
JWT ID - provides a unique identifier for the JWT
Implementation
String? get jwtId => _rawClaims[JwtClaims.jwtId] as String?;
JWT ID - provides a unique identifier for the JWT
String? get jwtId => _rawClaims[JwtClaims.jwtId] as String?;