requiredSecurityKeyMsg top-level constant

String const requiredSecurityKeyMsg

Text string variables used for informing the user about the input of security key for encryption.

Implementation

const requiredSecurityKeyMsg =
    'A security key (or key for short) is used to make your data private'
    ' (using encryption) when it is stored in your Solid Pod.'
    ' This could be the password you use to login to your'
    ' Solid Pod (not recommended) or a different one (highly recommended).'
    ' You will need to remember this key to access your data -'
    ' a lost key means your data will also be lost.'
    ' Please provide a security key and confirm it below. Thanks.';