mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
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:
@ -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)
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user