def store()

in modular_cli_sdk/services/credentials_manager.py [0:0]


    def store(self, config: dict) -> str:
        """
        Store credentials. Works with file system in standalone installation or
        with AWS Parameter Store if module is a part of Modular-API
        """
        ...