authenticationCheck: authenticationCheck

Description Usage Arguments Details Value See Also Examples

Description

checking if well authenticated

Usage

1

Arguments

auth

Authentication instance. result of authenticate function

Details

Checks if an existing authentication instance is still valid to access the platform.

Value

boolean.

See Also

Other authentication functions: authenticate

Examples

1
2
3
4
username <- "demo.user@demoanametrix.com"
password <- "password"
auth     <- authenticate("https://demo.anametrix.com/api", username, password)
authenticationCheck(auth)

anametrix documentation built on Jan. 15, 2017, 3:13 p.m.