Skip to Content
🎉 New release with new features and improvements! V0.0.2 Release →
DocumentationsBsh EngineSDKnewAuthenticationOverview

Authentication Overview

BSH Engine SDK supports multiple authentication methods:

  • API Key Authentication: Simple authentication using an API key
  • JWT Authentication: User-based authentication with access and refresh tokens
  • Custom Authentication: Custom authentication functions for advanced use cases
  • Auto Token Refresh: Automatic token refresh for expired JWT tokens

Choose the authentication method that best fits your use case.