Authentication and Token Setup for Truvideo SDK
To begin utilizing the Truvideo SDK and its powerful features, your application requires a secure authentication process. This ensures that only authorized applications can access the SDK's capabilities.
Prerequisites Provided by Truvideo
Before integrating the SDK, the Truvideo team will provide you with the following essential credentials:
API Key: A unique identifier for your application.
Secret Key: A private key to ensure secure access.
External ID (optional): If provided
These credentials are specific to your app and are necessary to initialize the SDK and generate secure session tokens.
Authentication Process
Initialize the SDK using your API Key and Secret Key.
The SDK generates a secure payload based on these credentials.
Submit the payload to the Truvideo backend to obtain an authentication token.
Upon successful authentication, your application gains access to the following features:
Media capture
Media uploading
Image or video editing
Note: The Core module is required to manage this authentication process.
Importance of Authentication
This process is critical as it:
Verifies that only your authorized application can use the SDK.
Ensures secure communication with Truvideo's services.
Enables effective usage tracking and session management.
Need help with implementation? Refer to the Intall SDK or contact Truvideo support.
Last updated
Was this helpful?