authMoveIt: Authenticate User

View source: R/moveit.R

authMoveItR Documentation

Authenticate User

Description

Authenticate User

Usage

authMoveIt(baseUrl, payload)

Arguments

baseUrl

Base URL for Move It server

payload

Authentication header

Value

List of auth tokens for MoveIt access

Examples

## Not run: 
tokens <- authMoveIt("someurl.com", "auth=grant_type=password&username=USERNAME&password=PASSWORD")

## End(Not run)

geoffreylarnold/moveitAPI documentation built on Nov. 22, 2024, 1:20 p.m.