def

func:passwordSet

passwordSet(key, val)

Store a password key/val pair into current project's password store. The key is typically a Ref of the associated record. If the val is null, then the password will be removed. See Folio.

passwordSet(@abc-123, "password")
passwordSet(@abc-123, null)

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function