AgeAssuranceEvent

data class AgeAssuranceEvent(val createdAt: Timestamp, val status: AgeAssuranceEventStatus, val attemptId: String, val email: String? = null, val initIp: String? = null, val initUa: String? = null, val completeIp: String? = null, val completeUa: String? = null)

Object used to store age assurance data in stash.

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.

Constructors

Link copied to clipboard
constructor(createdAt: Timestamp, status: AgeAssuranceEventStatus, attemptId: String, email: String? = null, initIp: String? = null, initUa: String? = null, completeIp: String? = null, completeUa: String? = null)

Properties

Link copied to clipboard

The unique identifier for this instance of the age assurance flow, in UUID format.

Link copied to clipboard

The IP address used when completing the AA flow.

Link copied to clipboard

The user agent used when completing the AA flow.

Link copied to clipboard

The date and time of this write operation.

Link copied to clipboard

The email used for AA.

Link copied to clipboard

The IP address used when initiating the AA flow.

Link copied to clipboard

The user agent used when initiating the AA flow.

Link copied to clipboard

The status of the age assurance process.