AI-generated Key Takeaways
-
GoogleThirdPartyPaymentExtension
enables secure payment confirmations using credentials, aligning with the CTAP spec's GoogleThirdPartyPaymentExtension. -
It provides methods to check for third-party payment (
getThirdPartyPayment
), supports Parcelable for data transfer, and includes standard object methods likeequals
,hashCode
, andwriteToParcel
. -
This extension is designed to enhance payment security within Android applications by leveraging credential-based authentication.
Extension to support credentials enabled for secure payment confirmation. This is intended
to match the behaviour of the
GoogleThirdPartyPaymentExtension
in the CTAP spec, see GitHub PR #1337.
Inherited Constant Summary
Public Constructor Summary
GoogleThirdPartyPaymentExtension(boolean thirdPartyPayment)
|
Public Method Summary
boolean | |
boolean | |
int |
hashCode()
|
void |
writeToParcel(Parcel dest, int
flags)
|