UXLINK
CommunityMediumGithub
UXLINK
UXLINK
  • Introduction
  • UXLINK Social Growth Layer
  • TECHNOLOGY
    • 🦝One Account (Account Abstraction)
    • ⛽One Gas (Universal Gas: $UXLINK)
    • Social Growth Protocols
    • 💱Coming Soon: Chain Abstraction
  • API & SDK
    • 🛺UXLINK Auth
      • Basic authentication
      • UXLINK OAuth 2.0
      • Ingestion API
    • UXLINK Account (Coming Soon)
      • Quick start
      • Ingestion API
    • 🥂Social Growth Protocols
    • 🩰Smart Contracts & Security
      • UXLINK Official Wallet Addresses
      • Contracts
      • Contracts-Audit-Report
  • UXLINK Ecosystem
    • ✈️AIRDROP 2049
    • 🥂INVITE mini app
    • 🗺️Roadmap
  • White Paper
    • 📰White Paper
  • Tutorial
    • UXLINK Terms and Conditions of Use
      • List of Prohibited Countries and Regions
    • UXLINK Task Tutorial
      • UXLINK Task Tutorial on Binance Web3 Wallet
      • Binance Web3 Wallet x UXLINK Airdrop Campaign FAQ
      • UXLINK Airdrop CS Channel
      • How to clear Binance App’s cache?
      • How to check UXLINK NFTs in my wallet?
    • Find CEX UID and Deposit address
      • How to Find OKX UID & Deposit Address
      • How to Find GATE UID & Deposit Address
      • How to Find GATE UID & Deposit Address - Ton Network
      • How to Find bitget UID & Deposit Address
  • Changelog
    • 💬Changelog
  • Troubleshooting
    • ⁉️FAQ
  • Announcement
    • Announcements
    • UXLINK Supply Distribution
Powered by GitBook
On this page

Was this helpful?

  1. API & SDK
  2. UXLINK Auth

Basic authentication

PreviousUXLINK AuthNextUXLINK OAuth 2.0

Last updated 5 months ago

Was this helpful?

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

Before you begin, please ensure you have the following items ready:

• Dapp ID and Dapp Key - apply through 👉 👈

  1. URL encode the consumer key and consumer secret according to . 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. the string from the previous step.

🛺
UXLINK official account
RFC 1738
Base64 encode