.net 5 HttpClientFactory configuration

Hey there,

I have an API secured via Auth0, and now want to setup a .NET 5 HttpClient which is configured to talk to said API. This client is setup and configured via the IHttpClientFactory pattern as outlined in the Microsoft docs

Are there any instructions on how to do this, or am I on my own?

Cheers