HttpTokensRepository class
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