IntentAuthenticatorKey

@MapKey
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class IntentAuthenticatorKey(val value: KClass<out StripeIntent.NextActionData>)

MapKey for the IntentAuthenticatorMap, encapsulating the NextActionData class type.

Properties

Link copied to clipboard