You are here

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

Get options for supported algorithms.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup[] Keys are JWT alg options, value is localized string object.

1 method overrides UsersJwtKeyRepositoryInterface::algorithmOptions()
UsersJwtKeyRepository::algorithmOptions in modules/users_jwt/src/UsersJwtKeyRepository.php
Get options for supported algorithms.

File

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

Class

UsersJwtKeyRepositoryInterface
Interface UsersJwtKeyRepositoryInterface

Namespace

Drupal\users_jwt

Code

public function algorithmOptions() : array;