This function authenticates with Google using a Wiley Lab OAuth Consent Screen. Credentials are cached in a user's home directory and labeled according to the currently connected UNIX user account and the specified Google Account Type.

eureka_dbCreateToken(google_account_type)

Arguments

google_account_type

Google account type or GSuite domain.

Value

Saves an authenticated Google OAuth token to current user's home directory

Examples

if (FALSE) { eureka_dbCreateToken(google_account_type = "hdcuser") }