1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
56mod cache;
7pub use cache::{IdentityCache, LazyCacheBuilder};
89/// Identity resolver implementation for "no auth".
10pub mod no_auth;