Learn R Programming

azr (version 0.2.0)

default_non_auth: Default No Authentication

Description

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)

Value

The same httr2::request() object, unmodified

Arguments

req

An httr2::request() object