public function UsersJwtKeyRepositoryInterface::deleteKey in JSON Web Token Authentication (JWT) 8
Delete one key.
Parameters
string $id: The key ID.
1 method overrides UsersJwtKeyRepositoryInterface::deleteKey()
- UsersJwtKeyRepository::deleteKey in modules/
users_jwt/ src/ UsersJwtKeyRepository.php - Delete one key.
File
- modules/
users_jwt/ src/ UsersJwtKeyRepositoryInterface.php, line 49
Class
- UsersJwtKeyRepositoryInterface
- Interface UsersJwtKeyRepositoryInterface
Namespace
Drupal\users_jwtCode
public function deleteKey($id);