LegacyExportMetadata

@Serializable
data class LegacyExportMetadata(val totalMechanisms: Int, val exportedAt: Long = System.currentTimeMillis())

Metadata about exported authenticator data.

Constructors

Link copied to clipboard
constructor(totalMechanisms: Int, exportedAt: Long = System.currentTimeMillis())

Properties

Link copied to clipboard
Link copied to clipboard