UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

18 lines (17 loc) 428 B
/* * Copyright (c) 2023-2025 Datalayer, Inc. * Distributed under the terms of the Modified BSD License. */ /* * Copyright (c) 2023-2025 Datalayer, Inc. * * Datalayer License */ /** * Authentication module for Datalayer SDK * Provides unified authentication interface with multiple strategies */ export * from './types'; export * from './storage'; export * from './strategies'; export * from './AuthenticationManager';