Event
constructor(createdAt: Timestamp, attemptId: String, status: EventStatus, access: EventAccess, countryCode: String, regionCode: String? = null, email: String? = null, initIp: String? = null, initUa: String? = null, completeIp: String? = null, completeUa: String? = null)
Parameters
createdAt
The date and time of this write operation.
attemptId
The unique identifier for this instance of the Age Assurance flow, in UUID format.
status
The status of the Age Assurance process.
access
The access level granted based on Age Assurance data we've processed.
countryCode
The ISO 3166-1 alpha-2 country code provided when beginning the Age Assurance flow.
regionCode
The ISO 3166-2 region code provided when beginning the Age Assurance flow.
email
The email used for Age Assurance.
initIp
The IP address used when initiating the Age Assurance flow.
initUa
The user agent used when initiating the Age Assurance flow.
completeIp
The IP address used when completing the Age Assurance flow.
completeUa
The user agent used when completing the Age Assurance flow.