Reauthenticate: If a session's authentication cookie times out, call this...

View source: R/generic_connection.R

ReauthenticateR Documentation

If a session's authentication cookie times out, call this function to supply the password again to resume the existing session.

Description

If a session's authentication cookie times out, call this function to supply the password again to resume the existing session.

Usage

Reauthenticate(db, password, defer = FALSE)

Arguments

db

scidb connection object from scidbconnect

password

the password to use for reauthenticating

defer

if TRUE, the actual reauthentication is deferred until the next query is executed. This might delay feedback about whether the authentication succeeded or not.


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.