Map<String, dynamic>? getFirebaseRawTokenClaims(Request req) { return req.context.tryGet<Map<String, dynamic>>(firebaseRawClaimsContextId); }