SDKV2TokenResult

sealed interface SDKV2TokenResult

Outcome returned when the SDK asks for a token through SDKV2PendingPaymentIntents.getToken.

Inheritors

Types

Link copied to clipboard
data class Available(val token: String) : SDKV2TokenResult

A fresh token is available

Link copied to clipboard

A fresh token can't be obtained