Skip to content

ReactNative SDK Reference / SdkCredentials

Interface: SdkCredentials

The credentials used to configure the SDK from the JS layer. This object is a convenience that maps to a combination of userInfo.userId and config.apiKey on native platforms.

Properties

apiKey?

apiKey?: string

Optional. The API key used for server access.


userId?

userId?: string

Optional. The userId associated with the current scanning user.