build.gradle
:
linkToken
should be obtained from
the /api/v1/linktoken
endpoint.
The request must be performed from the server side as it risks exposing your API secret.
You will get the response in the following format:
linkToken
from your backend and build a new
LinkConfiguration
object:
LinkConfiguration
object parameters:
accessTokens
to initialize crypto transfers flow at the ‘Select asset step’ using previously obtained integration auth_token
.
It can be used if you have a valid auth_token
and want to bypass authentication to jump right into a transfer.
transferDestinationTokens
for crypto transfers flow.
It is an alternative way of providing target addresses for crypto transfers by using previously obtained integration auth_tokens
.
disableDomainWhiteList
is a flag that allows to disable origin whitelisting.
By default, it’s enabled with the predefined domains.
LinkSuccess
object if the user successfully
completes the flow.
LinkSuccess
object is
received. It contains a list of payloads that represent the linked items:
LinkExit
object is received:
SharedFlow
emits payloads immediately:
SharedFlow
emits events that happen at certain points in the Link flow: