Create and Get a Client ID
To use the Bitkub Chain Developer Console SDK, you need to get a Client ID and obtain it to use in your environment (env) file. Here's a step-by-step explanation of the process:
Last updated
Was this helpful?
To use the Bitkub Chain Developer Console SDK, you need to get a Client ID and obtain it to use in your environment (env) file. Here's a step-by-step explanation of the process:
Last updated
Was this helpful?
Description: to request an authentication key for connecting to Bitkub NEXT authentication service; this key allows for authentication and access to authorized resources or data. Help maintain the service's security and integrity by ensuring only authorized can access it.
Go to the “Authentication” menu.
Go to tab: OAuth Consent Screen Detail
Input Authentication, Name Description
Input Authorized JavaScript origin
Origin of your website
max 16 URLs
Input Authorized Callback URL
Origin of your website + /oauth/callback
max 16 URLs)
Click the “create” and confirm
Copy the Client ID and Client Secret to use in your project. 🎊
The Bitkub Chain Developer Center: SDK Console will return a client ID; a secret key is typically used for authentication.
Client ID: is a unique identifier that’s issued by the API or used for input required in the header of each request API
Client Secret Key: This value is associated with the Client ID and is used to verify the identity of Bitkub NEXT authentication.