actions/setAuthAdapter
Functions
setAuthAdapter()
setAuthAdapter(
config
,adapter
):Promise
\<void
>
Set the auth adapter for the config. This will be used to authenticate the user. It will disconnect the user if they are already authenticated.
Parameters
• config
the config to set the auth adapter on
• adapter: AuthAdapter
the auth adapter to use
Returns
Promise
\<void
>