salt property

  1. @Column(nullable: true)
String? salt
getter/setter pairinherited

The hashing salt for hashedSecret.

Implementation

@Column(nullable: true)
String? salt;