AgeAssuranceState
data class AgeAssuranceState(val lastInitiatedAt: Timestamp? = null, val status: AgeAssuranceStateStatus)
The computed state of the age assurance process, returned to the user in question on certain authenticated requests.
Parameters
lastInitiatedAt
The timestamp when this state was last updated.
status
The status of the age assurance process.