How do I Add API token to my odata web service

Viewed 14

I’d like to add api tokens to my web service. Example would be how you create an api token and secret, the token is public but the secret is only generated once and you have to keep it.

Both of these then have to be submitted with each request sent to the web service.

I have an Odata web service using c# and .net 6. And I have so far been unable to find any information on adding functionality like this to my api.

0 Answers
Related