Skip to content

Instantly share code, notes, and snippets.

@rpinna
Created September 24, 2018 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpinna/0d4e22d567ff149393cda4794bc639fb to your computer and use it in GitHub Desktop.
Save rpinna/0d4e22d567ff149393cda4794bc639fb to your computer and use it in GitHub Desktop.
// During initialization
this.ironPolicyFactory.bindings.set('personal-health-information', user.phiID);
...
// Using square brackets to indicate an indirect binding...
[IronEncrypt('[personal-health-information]')]
class ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment