AgeAssuranceEvent

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

Age assurance info coming directly from users. Only works on DID subjects.

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.

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.

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, attemptId: String, status: AgeAssuranceEventStatus, access: Access? = null, countryCode: String? = null, regionCode: String? = null, initIp: String? = null, initUa: String? = null, completeIp: String? = null, completeUa: String? = null)

Properties

Link copied to clipboard
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 ISO 3166-1 alpha-2 country code provided when beginning the Age Assurance flow.

Link copied to clipboard

The date and time of this write operation.

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 ISO 3166-2 region code provided when beginning the Age Assurance flow.

Link copied to clipboard

The status of the Age Assurance process.