Authentication credentials for the OkHi platform.
These credentials are provided by OkHi when you register your application. You can find them in your OkHi dashboard under API Keys.
const auth: OkHiAuth = { branchId: 'your_branch_id', clientKey: 'your_client_key'}; Copy
const auth: OkHiAuth = { branchId: 'your_branch_id', clientKey: 'your_client_key'};
OkHiLogin - Used within the login configuration
Your unique OkHi branch identifier. Obtained from the OkHi dashboard.
Your OkHi client API key.
Optional
Authentication credentials for the OkHi platform.
Remarks
These credentials are provided by OkHi when you register your application. You can find them in your OkHi dashboard under API Keys.
Example
See
OkHiLogin - Used within the login configuration