UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

13 lines 565 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; export class LastSeenIdentity extends APIResource { /** * Get last seen identity for a single user. */ get(identifier, id, options) { return this._client.get(`/accounts/${identifier}/access/users/${id}/last_seen_identity`, options)._thenUnwrap((obj) => obj.result); } } (function (LastSeenIdentity) { })(LastSeenIdentity || (LastSeenIdentity = {})); //# sourceMappingURL=last-seen-identity.mjs.map