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.
Supraj
9 years agoNew Member
Hey, Can You Tell how actually you solved from the above sample code.
I want to increase the exp time to 1 day and also want to know how you solved this problem