LegacyMechanism
@Serializable
Legacy mechanism with nested account data. Supports both OATH and Push mechanisms.
Constructors
Link copied to clipboard
constructor(id: String, issuer: String, accountName: String, mechanismUID: String, secret: String, type: String, oathType: String? = null, algorithm: String? = null, digits: Int? = null, period: Int? = null, counter: Long? = null, registrationEndpoint: String? = null, authenticationEndpoint: String? = null, platform: String? = null, uid: String? = null, resourceId: String? = null, timeAdded: Long? = null, account: LegacyAccount)