How to call token based web API for authentication?
Normally, you need to make request to get/acquire token first, then make request and pass the token that you got in request header to access resources.
With Regards,
Fei Han
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
Member
208 Points
72 Posts
Call WebApi
Oct 10, 2019 07:21 AM|techviju|LINK
How to call token based web API for authentication?
All-Star
40415 Points
6197 Posts
Microsoft
Re: Call WebApi
Oct 10, 2019 08:15 AM|Fei Han - MSFT|LINK
Hi Vijay,
Normally, you need to make request to get/acquire token first, then make request and pass the token that you got in request header to access resources.
With Regards,
Fei Han
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
Member
208 Points
72 Posts
Re: Call WebApi
Oct 10, 2019 11:47 AM|techviju|LINK
Thank you for your replay..I get that.
Regards,
Vijay Kumar
Member
208 Points
72 Posts
Re: Call WebApi
Oct 10, 2019 11:54 AM|techviju|LINK
And Below is token Class