pub(crate) fn validate_signed_session_authorization(
session: &SessionEntry,
expected_key_type: SignatureType,
authorization: &SignedKeyAuthorization,
) -> Result<()>Expand description
Ensures a signed authorization matches stored session identity, key type, signer, and policy.