class Production : DittoIdentity
The identity to use when in production. This accepts a certificate bundle, which includes identity information, as a base 64 encoded string.
certificateConfig
- a base64 encoded string representation of a certificate bundle.
<init> |
The identity to use when in production. This accepts a certificate bundle, which includes identity information, as a base 64 encoded string. Production(certificateConfig: String) |
certificateConfig |
a base64 encoded string representation of a certificate bundle. val certificateConfig: String |