File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export class AuthenticationInfo {
15
15
* Universally unique transaction identifier assigned by the Access Control Server (ACS) to identify a single transaction.
16
16
*/
17
17
"acsTransId" : string ;
18
- "challenge" ?: ChallengeInfo ;
18
+ "challenge" ?: ChallengeInfo | null ;
19
19
/**
20
20
* Specifies a preference for receiving a challenge. Possible values: * **01**: No preference * **02**: No challenge requested * **03**: Challenge requested (preference) * **04**: Challenge requested (mandate) * **05**: No challenge requested (transactional risk analysis is already performed) * **07**: No challenge requested (SCA is already performed) * **08**: No challenge requested (trusted beneficiaries exemption of no challenge required) * **09**: Challenge requested (trusted beneficiaries prompt requested if challenge required) * **80**: No challenge requested (secure corporate payment with Mastercard) * **82**: No challenge requested (secure corporate payment with Visa)
21
21
*/
@@ -83,7 +83,7 @@ export class AuthenticationInfo {
83
83
{
84
84
"name" : "challenge" ,
85
85
"baseName" : "challenge" ,
86
- "type" : "ChallengeInfo" ,
86
+ "type" : "ChallengeInfo | null " ,
87
87
"format" : ""
88
88
} ,
89
89
{
You can’t perform that action at this time.
0 commit comments