• File: class-jwt-namespace-wrapper.php
  • Full Path: /home/mrjeffgoldman/public_html/kensingtonsearch.net/wp-content/plugins/jwt-authentication-for-wp-rest-api/includes/class-jwt-namespace-wrapper.php
  • Date Modified: 05/22/2026 3:46 AM
  • File size: 420 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Define a `wrapper namespace` to load the Firebase's JWT & Key classes
 * and prevent conflicts with other plugins using the same library
 * with different versions.
 *
 * @link       https://enriquechavez.co
 * @since      1.3.2
 * @author     marioshtika https://github.com/marioshtika
 */

namespace Tmeister\Firebase\JWT;

class JWT extends \Firebase\JWT\JWT {
}

class Key extends \Firebase\JWT\Key {
}