feat(authentication): added authentication sync api (#8596)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sahkal Poddar
2025-07-31 12:50:43 +05:30
committed by GitHub
parent c38ce386bd
commit 794dce168e
17 changed files with 1283 additions and 97 deletions

View File

@ -812,6 +812,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::authentication::ThreeDsData,
api_models::authentication::AuthenticationEligibilityRequest,
api_models::authentication::AuthenticationEligibilityResponse,
api_models::authentication::AuthenticationSyncRequest,
api_models::authentication::AuthenticationSyncResponse,
api_models::open_router::OpenRouterDecideGatewayRequest,
api_models::open_router::DecideGatewayResponse,
api_models::open_router::UpdateScorePayload,