RefreshAccessTokenAsync() method throws Object reference Error
I am using Box V2 .Net SDK. When I attempt refresh AcccessToken, I get an Object reference not set to an instance of an object error. There is no inner exception details. Below line of code is throwing error. Can anyone advice what is wrong with the call?
await client.Auth.RefreshAccessTokenAsync("my-refresh-token");
Please sign in to leave a comment.
Comments
0 comments