ChallengeResponse

The response to a step up challenge

interface ChallengeResponse

Types

Type
Link copied to clipboard

Possible types of challenges

enum Type : Enum<ChallengeResponse.Type>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

instrumentId
Link copied to clipboard

The PaymentInstrument id related to the step up challenge.

abstract val instrumentId: String
reference
Link copied to clipboard

An optional reference that could be used for audit tracing

abstract val reference: String?
token
Link copied to clipboard

The value requested by the challenge.

abstract val token: String
type
Link copied to clipboard

The type of ChallengeResponse.token that has been provided

abstract val type: ChallengeResponse.Type