Interface IdentityManual

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

A manual identity's appID is encoded in its certificate.

Phased out in 4.x. Manual identity is being phased out. Please contact Ditto support for migration options. This API will be removed in v5.

Manual identity is being phased out and will be removed in SDK 5.0. Please contact Ditto support for migration options.

interface IdentityManual {
    certificate: string;
    type: "manual";
}

Properties

Properties

certificate: string
type