I am building a Blazor application where I use Auth0 authentication.
My question is how do I read user_metadata and display them on my page.
I have created a user_metadat on my user like this:
{
“VirksomhedsNavn”: “Trisect development”
}
Can anyone help?