logOut: logOut -Log user out of the LIMS.

Description Usage Arguments Details Value Author(s) Examples

Description

logOut logs out of the current session.

Usage

1
logOut(coreApi, useVerbose = FALSE)

Arguments

coreApi

coreApi object returned during log in

useVerbose

use verbose option for debuggin in http POST

Details

logOut logs user out of the Core API

Value

returns list with $success = "Success" when sucessful, $response contains the entire http response

Author(s)

Craig Parman info@ngsanalytics.com

Examples

1
2
3
4
5
6
## Not run: 
api <- coreAPI("PATH TO JSON FILE")
response <- authBasic(api)
logOut <- logOut(response$coreApi, useVerbose = TRUE)

## End(Not run)

ajwtech/pfsrsdk documentation built on June 14, 2019, 10:34 a.m.