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.
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.