The URL used to request an authorization code.
Optional cache_Defines where cache data is stored, possible values are: memory, local_storage or session_storage.
Default: 'memory'
OAuth2 client identifier of your application.
The expected issuer of the tokens.
the URL used to request a logout.
Optional signup_the URL used to signup a new user
Optional state_Defines where cache data is stored, possible values local_storage or session_storage.
In most cases session_storage is sufficient but local_storage is required in cases where
your auth flow spread in multiple tabs (e.g., "activation by email link is opened within another tab)
Default: 'session_storage'
Optional template_The template ID to display in the login/consent flow
The URL used to exchange an authorization code with tokens.
Optional ui_Defines the default locales to request for the login/consent ui
Client options to manually configure a client.