OpenClaw SDK
    Preparing search index...

    Interface DeviceCredentials

    Device credentials containing keypair information.

    interface DeviceCredentials {
        deviceId: string;
        publicKey: string;
        privateKey?: string;
        keyPairId?: string;
    }
    Index

    Properties

    deviceId: string
    publicKey: string
    privateKey?: string

    Private key - use signChallenge() instead of exposing directly

    keyPairId?: string