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.
Arguments
- req
An
httr2::request()object
Value
The same httr2::request() object, unmodified