1 2 3 4 5 6 7
// SPDX-FileCopyrightText: Copyright © 2026 ReallyMe LLC. All rights reserved // // SPDX-License-Identifier: Apache-2.0 //! JWT algorithm mapping helpers. pub use super::select_algorithm::algorithm_from_jwt_alg;