Postgrestex.auth

You're seeing just the function auth, go back to Postgrestex module for more information.
Link to this function

auth(req, token, username \\ "", password \\ "")

View Source

Specs

auth(map(), String.t(), String.t(), String.t()) :: map()

Authenticate the client with either the bearer token or basic authentication.