TFSAuth: Use alternate authentication credentials or personal access...

Description Usage Arguments Value Examples

Description

Use alternate authentication credentials or personal access tokens to connect to your TFS instance.

Usage

1
TFSAuth(user = "", pwd, type = NULL)

Arguments

user

Username (no need to populate if using public access token)

pwd

Password or public access token

type

Authentication type, passed into 'httr::authenticate'

Value

auth headers

Examples

1
2
authcreds <- TFSAuth(pwd="fz43enydh7vi2o6jqir2gmftohh7ooz2lizqvy6jxtw4ltrpwola")
authcreds <- TFSAuth(user="tfsRtesting", pwd="tfsRtesting0.1.3", type="basic")

stephlocke/tfsR documentation built on May 30, 2019, 4:41 p.m.