c# - OneDrive signing in with acces token -



c# - OneDrive signing in with acces token -

at moment accessing onedrive via manually signing in webbrowser (winform). want create service synchronizes info on onedrive x-minutes. when start computer service starts , should logged in. there way save access token? because access token expires after hr far know, , have not found out clue how refreh access token refresh token yet. if can refresh access token, wouldn't expired? don't think on night refresh token valid request new access token? , refresh token isn't valid forever isn't it? hope familiar topic , understands question. stuck here @ moment thankful answer.

edit:

ok understand refresh token , behaviour/expire time. bigger problem still exists, how access token through refresh token? , how login access token ?

c# windows-7-x64

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -