Create Client Keys
Client keys are pairs (Client ID + Client Secret) composed of random hexadecimal numbers which enables your code/program to authenticate with our servers and grant you access to various Bloq services.
Using the CLI
bcl client-keys createℹ Creating new pair of client keys for user [email protected].
? Do you want bcl to store your tokens locally for future usage? Yes
✔ Generated new client keys:
* Client ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
* Client Secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ℹ Client secret was copied to clipboard.
WARN You will be not able to see your client secret again. Remember to copy it and keep it safe.Last updated