@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface AuthStoreAdapter

    Minimal interface for storing auth entity; avoids circular import with UserStore.

    interface AuthStoreAdapter {
        setAuthorizationEntityForAdaptor(
            adaptorIdentifier: string,
            authEntity: ESPCDFUser,
        ): ESPCDFUser;
    }
    Index

    Methods