PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
|
Static Public Member Functions | |
static | generateToken (int $Length) |
static | tokenExpire (string $Datetime) |
Simple Util implementation.
|
static |
Generate random bearer token with RFC 6750 spec.
[in] | int | $Length | The token length |
|
static |
Generate random bearer token with RFC 6750 spec.
[in] | string | $Datetime | A valid datetime string formats |