Auth Manager
Manages the full VW identity OAuth 2.0 flow: login, token persistence, transparent refresh, and silent re-login when refresh tokens expire.
Most consumers should use the rsdev.ovh.weconnect.WeConnect facade instead of interacting with this class directly.
Parameters
token Store
encrypted storage for OAuth tokens
Properties
Functions
Link copied to clipboard
Returns a valid access token, refreshing or re-authenticating if necessary.
Link copied to clipboard
Clears all stored tokens, SPINs, and transitions authState to AuthState.LoggedOut.