TinkKeyset

@Entity
open class TinkKeyset : Identifiable<T>

Constructors

Link copied to clipboard
constructor()
constructor(id: String, keysetJson: String)

Properties

Link copied to clipboard
open var id: String

Functions

Link copied to clipboard
abstract fun getId(): T
Link copied to clipboard
abstract fun setId(id: T)