Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will trigger alongside the onSuccess from AuthenticateWithPassword or AuthenticateAsGuest. It doesn’t know or care which method is usedis agnostic to the method used for authentication.

onAuth provides a CavrnusAuthentication (LINK) object, which you can then store/load can be stored or loaded on your local machine to for use on during a future run without requiring . This eliminates the need for the user to re-login.

- Sample

...