pub async fn apply_auth(
builder: RequestBuilder,
auth: &ResolvedAuth,
) -> Result<RequestBuilder>Expand description
Apply resolved authentication to a request builder.
pub async fn apply_auth(
builder: RequestBuilder,
auth: &ResolvedAuth,
) -> Result<RequestBuilder>Apply resolved authentication to a request builder.