HttpTokensRepository class

Implemented types

Constructors

HttpTokensRepository({required dynamic headers, required ApiBase apiBase})

Properties

apiBase ApiBase
final
hashCode int
The hash code for this object.
no setterinherited
headers → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestToken(TokenRequest tokenRequest) Future<TokenResponse>
Exchange a digital wallet payment token or card details for a reference token that can be used later to request a card payment. Tokens are single use and expire after 15 minutes. To create a token, please authenticate using your public key.
override
toString() String
A string representation of this object.
inherited

Operators

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