Welcome to the new Box Support website. Check out all the details here on what’s changed.

Comments

2 comments

  • Kourtney
    At this time, our Android SDK does not support JWT in the same way as our iOS SDK. The best approach I can suggest: 
    • A remote token generator service through something like our Java SDK that handles it
    • AuthenticationRefreshProvider for its part to call that service when a new token is needed. More notes in the code here for implementation.

    Best,

    Kourtney, Box Developer Advocate

    0
    Comment actions Permalink
  • Bhavdip Bhalodia

    Hi Kourtney,

    I am getting the error when we do pass refreshProvider in

    BoxSession session = new BoxSession(context, info, refreshProvider);

    I am getting error on `refreshProvider`.
    Can you please provide some code/docs which is working?

    I want to do authenticate without UI or using access/refresh token. so How I can do this?

     

     

    0
    Comment actions Permalink

Please sign in to leave a comment.