rotatingSecretHash property

ColumnString rotatingSecretHash
latefinal

The most recent rotating secret associated with this refresh token.

This is changed on every rotation of the refresh token, whenever a new access token is created.

Per default uses 64 bytes of random data, and its hash is stored in PHC format: $argon2id$v=19$m={memory},t={iterations},p={lanes}${base64Salt}$${base64Hash}

Implementation

late final _i1.ColumnString rotatingSecretHash;