feat(authentication): Added eligibility flow for modular authentication (#8431)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sahkal Poddar
2025-07-21 17:08:12 +05:30
committed by GitHub
parent 7f6a1266a1
commit 82eb3ca7b4
29 changed files with 1569 additions and 174 deletions

View File

@ -799,6 +799,12 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::authentication::AuthenticationCreateRequest,
api_models::authentication::AuthenticationResponse,
api_models::authentication::AcquirerDetails,
api_models::authentication::NextAction,
common_utils::request::Method,
api_models::authentication::EligibilityResponseParams,
api_models::authentication::ThreeDsData,
api_models::authentication::AuthenticationEligibilityRequest,
api_models::authentication::AuthenticationEligibilityResponse,
)),
modifiers(&SecurityAddon)
)]