ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
auth-migration
/
com.pingidentity.auth.migration
/
LegacyExportMetadata
Legacy
Export
Metadata
@
Serializable
data
class
LegacyExportMetadata
(
val
totalMechanisms
:
Int
,
val
exportedAt
:
Long
=
System.currentTimeMillis()
)
Metadata about exported authenticator data.
Members
Constructors
Legacy
Export
Metadata
Link copied to clipboard
constructor
(
totalMechanisms
:
Int
,
exportedAt
:
Long
=
System.currentTimeMillis()
)
Properties
exported
At
Link copied to clipboard
val
exportedAt
:
Long
total
Mechanisms
Link copied to clipboard
val
totalMechanisms
:
Int