3 lines
85 B
MySQL
3 lines
85 B
MySQL
|
UPDATE token
|
||
|
SET last_updated = NOW(), auth_token = ?, refresh_token = ?
|
||
|
WHERE id = ?
|