Datacenter build and management service
https://github.com/joyent/conch-api/blob/master/lib/Conch/DB/ResultSet/UserSessionToken.pm
Interface to queries against the ‘user_session_token’ table.
Chainable resultset to limit results to those that are expired.
Chainable resultset to limit results to those that are not expired.
Chainable resultset to limit results to those that are not expired.
Chainable resultset to search for login tokens (created via the main POST /login
flow).
Chainable resultset to search for api tokens (NOT created via the main /login flow).
Update all matching rows by setting expires = now(). (Returns the number of rows updated.)
Copyright Joyent, Inc.
This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.