auth-ui and scopes

Hi, I am using the auth-ui component. My app is in development and I am using the spotify auth as I want to use the web player sdk in my app. To do this I need to request certain scopes (e.g. streaming - https://developer.spotify.com/documentation/general/guides/authorization/scopes/)

According to the docs, scopes can be requested:
https://supabase.com/docs/reference/javascript/auth-signinwithoauth#sign-in-with-scopes

However, I can't figure out how to do this in the auth-ui since scopes can't be passed in using props. Has anyone else encountered this? I was wondering if I could use the provider_refresh_token but not sure if that is the right approach.
Supabase Documentation
signInWithOAuth()
Was this page helpful?