UserCredential

data class UserCredential(val algorithm: String? = "pbkdf2-sha256", val counter: Int? = 0, val createdDate: Long? = Date().time, val digits: Int? = 0, val hashIterations: Int? = 27500, val hashedSaltedValue: String?, val period: Int? = 0, val salt: String? = null, val type: String? = "password", val config: Map<String, String>? = emptyMap())

Constructors

Link copied to clipboard
constructor(algorithm: String? = "pbkdf2-sha256", counter: Int? = 0, createdDate: Long? = Date().time, digits: Int? = 0, hashIterations: Int? = 27500, hashedSaltedValue: String?, period: Int? = 0, salt: String? = null, type: String? = "password", config: Map<String, String>? = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val counter: Int? = 0
Link copied to clipboard
Link copied to clipboard
val digits: Int? = 0
Link copied to clipboard
Link copied to clipboard
val hashIterations: Int? = 27500
Link copied to clipboard
val period: Int? = 0
Link copied to clipboard
val salt: String? = null
Link copied to clipboard
val type: String?