Map<String, dynamic> jwtDecodeUnverifiedHeader(String jwt) { return _decode(jwt.substring(0, jwt.indexOf('.'))); }