You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AuthenticateOptions.scope is declared as string[] | undefined, but the parseScope function used to parse the option only accepts string | undefined, so an invalid_scope error is thrown when passing string[].
AuthenticateOptions.scopeis declared asstring[] | undefined, but theparseScopefunction used to parse the option only acceptsstring | undefined, so aninvalid_scopeerror is thrown when passingstring[].