feat(authentication): add authentication api for modular authentication (#8459)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sahkal Poddar
2025-07-25 14:58:15 +05:30
committed by GitHub
parent 98d924bf87
commit dbdf7579d2
16 changed files with 759 additions and 78 deletions

View File

@ -30012,7 +30012,7 @@
"ThreeDsData": {
"type": "object",
"required": [
"threeds_server_transaction_id",
"three_ds_server_transaction_id",
"maximum_supported_3ds_version",
"connector_authentication_id",
"three_ds_method_data",
@ -30021,7 +30021,7 @@
"directory_server_id"
],
"properties": {
"threeds_server_transaction_id": {
"three_ds_server_transaction_id": {
"type": "string",
"description": "The unique identifier for this authentication from the 3DS server."
},