You are here

public static function JwtTranscoderInterface::getAlgorithmOptions in JSON Web Token Authentication (JWT) 8.0

Same name and namespace in other branches
  1. 8 src/Transcoder/JwtTranscoderInterface.php \Drupal\jwt\Transcoder\JwtTranscoderInterface::getAlgorithmOptions()

Gets a list of algorithms supported by this transcoder.

Return value

array An array of options formatted for a select list.

1 method overrides JwtTranscoderInterface::getAlgorithmOptions()
JwtTranscoder::getAlgorithmOptions in src/Transcoder/JwtTranscoder.php
Gets a list of algorithms supported by this transcoder.

File

src/Transcoder/JwtTranscoderInterface.php, line 111

Class

JwtTranscoderInterface
Interface JwtTranscoderInterface.

Namespace

Drupal\jwt\Transcoder

Code

public static function getAlgorithmOptions();