LegacyExportedData

@Serializable
data class LegacyExportedData(val mechanisms: List<LegacyMechanism>, val metadata: LegacyExportMetadata)

Exported authenticator data from Legacy SDK. This represents the complete migration payload with mechanisms containing nested account data.

Constructors

Link copied to clipboard
constructor(mechanisms: List<LegacyMechanism>, metadata: LegacyExportMetadata)

Properties

Link copied to clipboard
Link copied to clipboard