AgeAssuranceEvent
constructor(createdAt: Timestamp, status: AgeAssuranceEventStatus, attemptId: String, 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.
status
The status of the age assurance process.
attemptId
The unique identifier for this instance of the age assurance flow, in UUID format.
email
The email used for AA.
initIp
The IP address used when initiating the AA flow.
initUa
The user agent used when initiating the AA flow.
completeIp
The IP address used when completing the AA flow.
completeUa
The user agent used when completing the AA flow.