Manual

class Manual(val certificateConfig: String) : DittoIdentity

A manually-provided certificate identity. This accepts a base64-encoded bundle.

Parameters

certificateConfig

a base64 encoded string representation of a certificate bundle.

Constructors

Link copied to clipboard
fun Manual(certificateConfig: String)

Functions

Link copied to clipboard
fun close()
Link copied to clipboard
fun requiresOfflineLicenseToken(): Boolean

Properties

Link copied to clipboard
val certificateConfig: String