Class AuthModule

Constructors

Methods

Constructors

Methods

  • Initialize the authentication module system. Configuration can either be specified here, or by calling AuthClientConfig.set (perhaps from an APP_INITIALIZER factory function).

    Parameters

    • Optional config: AuthConfig

      The optional configuration for the SDK.

    Returns ModuleWithProviders<AuthModule>