Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAppsCloudidentityDevicesV1BrowserAttributes

import type { GoogleAppsCloudidentityDevicesV1BrowserAttributes } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

Contains information about browser profiles reported by the Endpoint Verification extension.

interface GoogleAppsCloudidentityDevicesV1BrowserAttributes {
chromeProfileId?: string;
lastProfileSyncTime?: Date;
}

§Properties

§

Represents the current state of the Chrome browser attributes sent by the Endpoint Verification extension.

§
chromeProfileId?: string
[src]

Chrome profile ID that is exposed by the Chrome API. It is unique for each device.

§
lastProfileSyncTime?: Date
[src]

Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.