Basic authentication

The steps to encode an application’s consumer dappid and dappkey into a set of credentials to obtain a Bearer Token are:

  1. URL encode the consumer key and consumer secret according to RFC 1738. Note that at the time of writing, this will not actually change the consumer key and secret, but this step should still be performed in case the format of those values changes in the future.

  2. Concatenate the encoded consumer key, a colon character ":", and the encoded consumer secret into a single string.

  3. Base64 encode the string from the previous step.

Dapp ID and Dapp Key - apply through 👉 UXLINK official account 👈

Last updated