Access Token And Refresh Token

2 個の投稿 / 0 new
最終投稿
#1 2019/6/20 (木) 18:30
Soumya

Access Token And Refresh Token

How can I get the Access token and refresh token?

2019/7/3 (水) 19:39

Re:Access Token And Refresh Token

Theare are 2 ways to get these tokens depending on whether using SDK or not.

1.when using SDK
SDK programs automatically get these tokens.
Be sure to update these tokens with new one on every API calling

2.when not using SDK
1.get uid, state with the API( https://base.next-engine.org/users/sign_in/ )
2.get tokens using those uid, state through the API( https://api.next-engine.org/api_neauth/ )

For more detail, see the link below
https://developer.next-engine.com/api/api_v1_sign_in
https://developer.next-engine.com/api/api_v1_neauth

Sincerely yours,