publishableKey property

String publishableKey
final

Public, merchant-scoped API key issued by Lokotro.

Safe to embed in client binaries — this is a publishable key, not a secret. The backend authorises sensitive operations on the server side using the merchant's secret key, never this one.

Implementation

final String publishableKey;