|
MediaWiki master
|
Duplicates the logic from lcobucci/jwt's Builder class, without the annoying syntax that makes it really hard to decouple the MediaWiki callers from the library. More...
Public Member Functions | |
| getToken (Signer $signer, Key $key) | |
Duplicates the logic from lcobucci/jwt's Builder class, without the annoying syntax that makes it really hard to decouple the MediaWiki callers from the library.
Definition at line 19 of file SimpleJwtBuilder.php.
| MediaWiki\Json\SimpleJwtBuilder::getToken | ( | Signer | $signer, |
| Key | $key ) |
Definition at line 36 of file SimpleJwtBuilder.php.