Skip to contents

A pass-through credential function that performs no authentication. This function returns the request object unchanged, allowing API calls to be made without adding any authentication headers or tokens.

Usage

default_non_auth(req)

Arguments

req

An httr2::request() object

Value

The same httr2::request() object, unmodified