setAuth

abstract suspend fun setAuth(token: String? = null)(source)

Sets the JWT access token used for channel subscription authorization and Realtime RLS.

If token is null, the token will be resolved using the Realtime.Config.accessToken provider.

Parameters

token

The JWT access token