Next Hour App
  • Introduction
    • Introduction
    • Key Features
    • Flutter
  • Installation
    • Flutter Installation
    • App Secret Key
  • project setup
    • App Deployment
      • Firebase
    • iOS Setup Instructions
    • Google Drive Key
    • OneSignal
    • Images
    • Reskinning
  • Publish your app
    • Requirements to Publish App
  • FAQ
    • Installation FAQ's
    • Access Denied
    • General Setting
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
  • Troubleshoot
    • Troubleshoot
    • Changelogs
  • Source & credit
    • Source & Credit
  • Support
    • Support
  • conclution
    • Conclusion
  • our products
    • Next Hour Addons
    • Our Products
  • Api Document
    • Getting Started
  • Get secret key
  • Auth Api
    • Login
  • Home Page Api
  • Actor detail page
  • Payment Api
    • Payment Method List
    • Manual payment list
    • Subscribed with manual payment
    • Subscribed with free subscription
    • Subscription Stop and Resume
    • Invoice
  • Player Setting Api
    • Player Setting
    • Advertise
  • User Api
    • View User profile
    • Wishlist
    • Watch History
    • User Profile Update
    • Manage Profile
    • Notification
  • Coupon Api
  • Other Api
    • List of Contents
    • Menu
    • Slider
    • Package
    • List of all movies
    • List of all tvseries
    • List of all movies, tveries and top movie and tvseries
    • Recent Movies and Tvseries
    • List of menu by movies and tvseries
    • Language by movies and tvseries
Powered by GitBook
On this page
  1. Installation

App Secret Key

PreviousFlutter InstallationNextApp Deployment

Last updated 5 months ago

An app secret key, also known as a secret key, is a unique string of characters that is used to authenticate an application and provide secure access to its resources. It is used in combination with an API key or token to ensure that only authorized users or systems have access to the data and functionality of the application.

It should not be shared or exposed to the public, as it can be used to gain unauthorized access to the application's resources.

The secret key is often used as part of an authentication process, where it is combined with other information such as a user name and password to prove the identity of the user. It can also be used to encrypt data in transit, ensuring that it is protected from unauthorized access.

for generate key login to Admin -> App Settings -> Settings

To Add Secret key in APP

Go to lib -> common -> apipath.dart static const String secretKey = "ENTER_API_SECRET_KEY";