Creates JWT authentication data from claims
JwtAuthenticationData({ required Map<String, dynamic> claims, }) : _claims = claims;