login: Login and retrieve the cookie token

View source: R/auth.R

loginR Documentation

Login and retrieve the cookie token

Description

Login and retrieve the cookie token

Usage

login(
  hostname,
  username,
  password,
  identity_type = 1,
  redirect_uri = "http://localhost"
)

Arguments

hostname

The API url

username

The login username.

password

The login password.

identity_type

The identity type.

redirect_uri

The redirect URI.

Value

The cookie token.


viafoundry documentation built on Aug. 23, 2025, 1:11 a.m.