These functions are intended for use with the sqrl cli. At a later stage they may be ported to a separate package.
allSource(None)
Returns all of the source code for this execution
blockAction(None)
Mark the current action as blocked
featureSource(feature)
Returns the source code for the given feature
log(format string, value…)
Logs a message using sprintf style formatting
logFeature(feature)
Logs the given feature and its value
printAllSource(None)
Prints the SQRL execution source
printSource(feature)
Prints the SQRL source of the given feature
source(feature)
Returns the source code of the given feature
wasBlocked(None)
Check if the current action was marked as blocked
whitelistAction(None)
Mark the current action as whitelisted