| 1 | """Client utilities for making requests with hybrid OAuth2 + DID authentication. |
| 2 | |
| 3 | This module provides helper functions for clients to easily make authenticated |
| 4 | requests using both OAuth2 tokens and DID signatures. |
nothing calls this directly
no test coverage detected