UserCredential

data class UserCredential(algorithm: String?, counter: Int?, createdDate: Long?, digits: Int?, hashIterations: Int?, hashedSaltedValue: String?, period: Int?, salt: String?, type: String?, config: Map<String, String>?)

Properties

algorithm
Link copied to clipboard
val algorithm: String?
config
Link copied to clipboard
val config: Map<String, String>?
counter
Link copied to clipboard
val counter: Int? = 0
createdDate
Link copied to clipboard
val createdDate: Long?
digits
Link copied to clipboard
val digits: Int? = 0
hashedSaltedValue
Link copied to clipboard
val hashedSaltedValue: String?
hashIterations
Link copied to clipboard
val hashIterations: Int? = 27500
period
Link copied to clipboard
val period: Int? = 0
salt
Link copied to clipboard
val salt: String? = null
type
Link copied to clipboard
val type: String?