Welcome to Fireapis
  • Welcome
  • The Basics
    • Basics
    • Environment
      • Creating an Environment
      • Configure Domain
    • Auth
    • Secrets
    • Tables
      • Creating Table
      • Testing Tables
      • Add a New Column
      • Table Properties
      • Endpoints
      • Data
      • Deleting a Column
      • Deleting a Table
    • Webhooks
    • Marketplace
    • Logics
      • Dynamic Data Source Selection
      • Testing Logics
      • Actions
        • External API Request
        • Query Builder
        • Data Transformation
        • Build Object
        • Build Conditions
        • Other Utilities
          • Token Generation
          • Token Decryption
          • Hashing
          • Validate Hash
          • Encrypt
          • Decrypt
        • Date Utilities
          • Find Difference Between Dates
          • Add/Subtract Dates
          • Format Date
          • Apply Timezone to Date
  • Next steps
    • What Next?
Powered by GitBook
On this page

Was this helpful?

  1. The Basics
  2. Logics
  3. Actions
  4. Other Utilities

Token Decryption

Decrypt token using a secret key.

PreviousToken GenerationNextHashing

Last updated 2 months ago

Was this helpful?

In the Decode Token action, you can configure the following settings to decrypt a token:

Token :

Choose the token source using the Dynamic Data Source Selector popup. You can pass the token through the input payload or from the results of a previous action.

Token Secret Key :

Set up the secret key used to generate the token. You can select this from the Secrets Manager, where you store sensitive information like API keys or tokens.

Error message :

Define the error message to display if the token is invalid or expired.

Decode token Action Configuration
Decode Token Action Result