public static interface CryptogramAuthResponse.Builder extends SdkPojo, CopyableBuilder<CryptogramAuthResponse.Builder,CryptogramAuthResponse>
| Modifier and Type | Method and Description |
|---|---|
default CryptogramAuthResponse.Builder |
arpcMethod1(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1)
Parameters that are required for ARPC response generation using method1 after ARQC verification is
successful.
|
CryptogramAuthResponse.Builder |
arpcMethod1(CryptogramVerificationArpcMethod1 arpcMethod1)
Parameters that are required for ARPC response generation using method1 after ARQC verification is
successful.
|
default CryptogramAuthResponse.Builder |
arpcMethod2(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2)
Parameters that are required for ARPC response generation using method2 after ARQC verification is
successful.
|
CryptogramAuthResponse.Builder |
arpcMethod2(CryptogramVerificationArpcMethod2 arpcMethod2)
Parameters that are required for ARPC response generation using method2 after ARQC verification is
successful.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCryptogramAuthResponse.Builder arpcMethod1(CryptogramVerificationArpcMethod1 arpcMethod1)
Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.
arpcMethod1 - Parameters that are required for ARPC response generation using method1 after ARQC verification is
successful.default CryptogramAuthResponse.Builder arpcMethod1(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1)
Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.
This is a convenience method that creates an instance of theCryptogramVerificationArpcMethod1.Builder avoiding the need to create one manually via
CryptogramVerificationArpcMethod1.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to arpcMethod1(CryptogramVerificationArpcMethod1).
arpcMethod1 - a consumer that will call methods on CryptogramVerificationArpcMethod1.BuilderarpcMethod1(CryptogramVerificationArpcMethod1)CryptogramAuthResponse.Builder arpcMethod2(CryptogramVerificationArpcMethod2 arpcMethod2)
Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.
arpcMethod2 - Parameters that are required for ARPC response generation using method2 after ARQC verification is
successful.default CryptogramAuthResponse.Builder arpcMethod2(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2)
Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.
This is a convenience method that creates an instance of theCryptogramVerificationArpcMethod2.Builder avoiding the need to create one manually via
CryptogramVerificationArpcMethod2.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to arpcMethod2(CryptogramVerificationArpcMethod2).
arpcMethod2 - a consumer that will call methods on CryptogramVerificationArpcMethod2.BuilderarpcMethod2(CryptogramVerificationArpcMethod2)Copyright © 2023. All rights reserved.