Authorization parameters that will be passed to the identity provider on login.
The library uses response_mode: 'query' and response_type: 'code' (with PKCE) by default.
response_mode: 'query'
response_type: 'code'
A space-separated list of scopes that will be requested during authentication. For example, openid profile email offline_access. Defaults to openid profile email.
openid profile email offline_access
openid profile email
Authorization parameters that will be passed to the identity provider on login.
The library uses
response_mode: 'query'
andresponse_type: 'code'
(with PKCE) by default.