@tripo3d/fingerprint / Agent
Interface: Agent
Defined in: agent.ts:69
Agent object that can get visitor identifier
Methods
get()
ts
get(options?): Promise<GetResult>;Defined in: agent.ts:73
Gets the visitor identifier
Parameters
| Parameter | Type |
|---|---|
options? | Readonly<GetOptions> |
Returns
Promise<GetResult>