Class AuthInfo

java.lang.Object
com.amilesend.onedrive.connection.auth.AuthInfo

public class AuthInfo extends Object
Represents the authentication information for OAuth (OBO) access to a user's MS OneDrive account. This is returned in response when making calls to acquire the initial token or when refreshing the token.

Note: For business accounts, the auth tokens are only valid with a single resource. If the user is to access a different resource (different service/site), then new access tokens are required. See BusinessAccountAuthManager for more information.

Official documentation