-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
I have a token stored for multiple users. However the current sdk does not offer an option for me to auth.OAuth2User
object using a token that I already have. Instead I always need to request an authUrl to set the internal this.token parameter.
This makes the auth.OAuth2User object nearly unusable since the instance will not persist, and is used by multiple different users.
I think there should be a setToken
method or similar, so I can internally set the token, and then us the isTokenExpired
and refreshAuthToken
methods as normal.
mort3za, superMDguy, why-not-try-calmer, Snap974, danforero and 5 more
Metadata
Metadata
Assignees
Labels
No labels