XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe TokenFactory

Fonctions membres publiques statiques

static build ($key, $payload, $expirationOffset=0)
 

Documentation des fonctions membres

◆ build()

static build (   $key,
  $payload,
  $expirationOffset = 0 
)
static

Create a JSON Web Token string

Paramètres
KeyAbstract | string$keythe key to use to sign the token, or name of key to build
array | \Traversable$payloadtraversable set of claims, claim => value
int$expirationOffsetseconds from now that token will expire. If not specified, an "exp" claim will not be added or updated
Renvoie
string a token string returned from JsonWebToken::create()
Exceptions
+ Voici le graphe d'appel pour cette fonction :

La documentation de cette classe a été générée à partir du fichier suivant :