Native Application Setup
This guide covers the additional configuration required when integrating with EvenBet Gaming native client applications.
Before following this guide, make sure you have completed the general Setup & Security configuration: credentials, protocol, and signature generation apply to native app integration as well.
Overview
If you are going to use EvenBet native client applications, you will need to provide a URL to the user authentication page. This page should contain the login form with the Login and Cancel buttons. If a user clicks "Cancel", a special URL poker://on-close should be used.
The key difference in API calls is the authType parameter: set it to internal for native applications.
Login Page Requirements
When a user clicks "Login", the following operations should be executed:
- user authorization in your system
- if the authorization was successful, a session should be created through our API. It is also necessary to pass
internalas theauthTypeparameter value. - after that, the user should be redirected to the
redirect_urlthat is received in response after the session was created.
Responsive Design
The login page design should be adjusted to mobile devices and correctly open for the following sizes:
| Device | Width × Height |
|---|---|
| Desktop | 340 × 210 |
| Tablet (1024×768) | 558 × 610 |
| Mobile (640×1136) | 610 × 610 |
What's Next?
- Test your session creation → Use the Open Session testing tool to verify your implementation
- Explore session parameters → See the full parameter list in the Open Poker Lobby endpoint reference