set static method

void set(
  1. AuthConfig config
)

Updates the configuration used by the Auth module.

Implementation

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