array getAuthString(
string
$username
)
|
|
Get the request authString from the database.
Parameters:
API Tags:
Return: | GalleryStatus a status code string authString |
array getRequestExpires(
string
$username, string
$authString
)
|
|
Get the request expiration for the UserPasswordRequest from the database.
If authString is empty, only search by username
Parameters:
string |
$username: |
|
string |
$authString: |
authorization string (null acceptable) |
API Tags:
Return: | GalleryStatus a status code int epoch-based request expiration |