MediaWiki master
MediaWiki\Json\SimpleJwtBuilder Class Reference

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)
 

Detailed Description

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.

Since
1.45
See also
https://github.com/lcobucci/jwt/blob/4.1.5/src/Token/Builder.php

Definition at line 19 of file SimpleJwtBuilder.php.

Member Function Documentation

◆ getToken()

MediaWiki\Json\SimpleJwtBuilder::getToken ( Signer $signer,
Key $key )

Definition at line 36 of file SimpleJwtBuilder.php.


The documentation for this class was generated from the following file: