stateSecretFile constant

String const stateSecretFile

The name of the file that stores the state secret.

This allows a secret key to be generated and saved so the user can leave the app and come back and still have the same secret key.

Implementation

static const String stateSecretFile = "fh_ss_validator";