StateMetadata

data class StateMetadata(val accountCreatedAt: Timestamp? = null)

Additional metadata needed to compute Age Assurance state client-side.

Parameters

accountCreatedAt

The account creation timestamp.

Constructors

Link copied to clipboard
constructor(accountCreatedAt: Timestamp? = null)

Properties

Link copied to clipboard

The account creation timestamp.