// SPDX-License-Identifier: BUSL-1.1
//! OIDC bearer-token login flow.
//!
//! This module handles validation of OIDC bearer tokens for native and HTTP
//! clients. pgwire does NOT support OIDC (SCRAM-SHA-256 only; use native
//! protocol or HTTP for OIDC).
pub use ;
pub use verify_bearer_token;