Forum Discussion
xuandungpy
9 years agoFrequent Visitor
AccessToken lifetime from web app
I Register a Web Application and Authenticate a Web Application, AccessToken's Lifetime? Thank you. protected void signInButton_Click(object sender, EventArgs e)
{
//Create a query st...
- 9 years ago
xuandungpy wrote:I Register a Web Application and Authenticate a Web Application, AccessToken's Lifetime? Thank you.
By default, the token expires in one hour. You can find the expire time("exp" field) after decoding the token.
Eric_Zhang
9 years agoMicrosoft Employee
xuandungpy wrote:I Register a Web Application and Authenticate a Web Application, AccessToken's Lifetime? Thank you.
By default, the token expires in one hour. You can find the expire time("exp" field) after decoding the token.