Package-level declarations
Types
Link copied to clipboard
class DefaultPaymentCryptographyAuthSchemeProvider(endpointProvider: PaymentCryptographyEndpointProvider? = null, authSchemePreference: List<AuthSchemeId>? = null) : PaymentCryptographyAuthSchemeProvider
Link copied to clipboard
Link copied to clipboard
interface PaymentCryptographyAuthSchemeProvider : AuthSchemeProvider<PaymentCryptographyAuthSchemeParameters>
PaymentCryptographyAuthSchemeProvider is responsible for resolving the authentication scheme to use for a particular operation. See DefaultPaymentCryptographyAuthSchemeProvider for the default SDK behavior of this interface.