You are here

public function UsersJwtKeyRepositoryInterface::offsetGet in JSON Web Token Authentication (JWT) 8

Extends \ArrayAccess::offsetGet().

Parameters

string $id: A key ID.

Return value

string|null The public key for a key ID, or null if there is no such key.

1 method overrides UsersJwtKeyRepositoryInterface::offsetGet()
UsersJwtKeyRepository::offsetGet in modules/users_jwt/src/UsersJwtKeyRepository.php
Extends \ArrayAccess::offsetGet().

File

modules/users_jwt/src/UsersJwtKeyRepositoryInterface.php, line 87

Class

UsersJwtKeyRepositoryInterface
Interface UsersJwtKeyRepositoryInterface

Namespace

Drupal\users_jwt

Code

public function offsetGet($id);