Sorry, you need to enable JavaScript to visit this website.

You are here

Authentication

2 posts / 0 new
Last post

Dmitry's picture
by Dmitry

Authentication
I am creating the application based on Telsla, I am wondering how to make authentication of a user, how to check if access token valid and not expired. I know how to create a new token from client secret and client id,   but how to check if a token is correct, what URL to use, and what should be in the body of the request. Thanks

anonymous's picture
by anonymous

HI Dmitrys, 

HI Dmitrys, 

You can call Get Token request each time and it will give you the latest active token or generate a new one should it be needed. 

Have you checked out our SDKs and sample code on github.com/telstra also the getting docs and the started section for the API you are using?

Log in or register to post comments