//! Login response parsing.
use crateOpenSamlError;
use crateIdentityProvider;
use crateServiceProvider;
/// Parsed login response (placeholder shape).
/// Parse and validate a POST-binding SAML login `Response`.
///
/// Stub: returns [`OpenSamlError::Unsupported`] until M1. With the
/// `crypto-bergshamra` feature, XML-DSig verification is delegated to
/// `bergshamra`.