Production

class Production @JvmOverloads() constructor(certificateConfig: String) : DittoIdentity

The identity to use when in production. This accepts a certificate bundle, which includes identity information, as a base 64 encoded string.

Parameters

certificateConfig

a base64 encoded string representation of a certificate bundle.

Constructors

Production
Link copied to clipboard
fun Production(certificateConfig: String)
a base64 encoded string representation of a certificate bundle.

Functions

close
Link copied to clipboard
fun close()

Properties

authClient
Link copied to clipboard
var authClient: SWIGTYPE_p_CAuthClient? = null
certificateConfig
Link copied to clipboard
val certificateConfig: String
a base64 encoded string representation of a certificate bundle.