Description Usage Arguments Details Value See Also Examples
checking if well authenticated
| 1 | authenticationCheck(auth)
 | 
| auth | Authentication instance. result of  | 
Checks if an existing authentication instance is still valid to access the platform.
boolean.
Other authentication functions: authenticate
| 1 2 3 4 | username <- "demo.user@demoanametrix.com"
password <- "password"
auth     <- authenticate("https://demo.anametrix.com/api", username, password)
authenticationCheck(auth)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.