@kepas/daraja-js
    Preparing search index...

    Interface SecurityCredentialInput

    interface SecurityCredentialInput {
        certPath?: string;
        certPem?: string;
        password: string;
    }
    Index

    Properties

    certPath?: string

    Path to the certificate file, read as UTF-8. Alternative to certPem.

    certPem?: string

    PEM of the Safaricom certificate (or a public key).

    password: string

    The initiator's plaintext password.