set static method

void set(
  1. ChatConfig config
)

Updates the configuration used by the Auth module.

Implementation

static void set(ChatConfig config) {
  _config = config;
}