INNER CODE UNIT · Python

load_config

yezz123/authx · authx/main.py:95

    def load_config(self, config: AuthXConfig) -> None:
        """Load and store the configuration for the authentication system.

        Sets the internal configuration object with the provided authentication configuration.

        Args:
            config: The configuration settings for the AuthX authentication system.

        Returns:
            None
        """
        self._config = config

    @property
    def config(self) -> AuthXConfig:
        """AuthX Configuration getter.

        Returns:

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…