You are here

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

Return all keys for one user.

Parameters

int $uid: The user ID.

Return value

array The key objects, indexed by key ID.

1 method overrides UsersJwtKeyRepositoryInterface::getUsersKeys()
UsersJwtKeyRepository::getUsersKeys in modules/users_jwt/src/UsersJwtKeyRepository.php
Return all keys for one user.

File

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

Class

UsersJwtKeyRepositoryInterface
Interface UsersJwtKeyRepositoryInterface

Namespace

Drupal\users_jwt

Code

public function getUsersKeys($uid) : array;