SocialLogin.token is Optional
but neither the documentation for the class nor the module give an account of when the token can be expected to be populated.
I currently have an app that grabs the token on social_account_updated
and it works with Google OAuth, but I want to know if I can rely on this to function with other SSO providers.