Hi.
based on the following link http://community.k2.com/t5/K2-blackpearl/How-toHandle-Authorization-Token-while-Creating-Endpoints-REST/td-p/101490/page/2 I found solution to call a web api authorized method by passing the token in the HTTP Header. however, this is a static token, while any token will expire after a while.
how to handle the expiry of the token and get a new token?
I appreciate if there is any solution, documentation or any help for that.