AuthenticatedToken class

AuthenticatedToken

Constructors

AuthenticatedToken({required String id, required String status, required String authenticationId, required String payerAuthenticationUrl, required String maskedCardNumber, required CardInfo cardInfo, required String jwt, required String threedsVersion, required String environment})
AuthenticatedToken.from(Map json)
Convert Map to AuthenticatedToken

Properties

authenticationId String
Authentication ID
final
cardInfo CardInfo
Card Info
final
environment String
Environment
final
hashCode int
The hash code for this object.
no setterinherited
id String
Token ID
final
jwt String
JWT
final
maskedCardNumber String
Masked Card Number
final
payerAuthenticationUrl String
Authentication URL
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
Status
final
threedsVersion String
3DS version
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited