Auth0.js v8 always returns RS256 id_token

We are using the client.login method of Auth0.js v8.
So per my understanding of your answer above:
The client.login method of Auth0.js v8 enforces the OIDC compliant response with the RS256 by default?

  1. Is it possible to overridden client.login to return HS256 id_token in any way?

  2. If i change the client setting to use RS256 will Auth0Lock also start to return RS256 id_tokens?

I might need to migrate to RS256 if there is no way to override client.login of Auth0.js v8 to use HS256.