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.

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

Properties

Properties

certificate: string
type