UserInfoToken
Table of Contents
Methods
- checkTimeLimitedToken() : bool
- generateTimeLimitedToken() : string
Methods
checkTimeLimitedToken()
public
static checkTimeLimitedToken(string $token, int $desiredUserId, int $objectId) : bool
Parameters
- $token : string
- $desiredUserId : int
- $objectId : int
Return values
boolgenerateTimeLimitedToken()
public
static generateTimeLimitedToken(int $userId, int $objectId) : string
Parameters
- $userId : int
- $objectId : int