IO Wallet SDK
    Preparing search index...
    interface JwtSignerCustom {
        alg: string;
        kid?: string;
        method: "custom";
    }
    Index

    Properties

    Properties

    alg: string
    kid?: string

    The key id that should be used for signing.

    method: "custom"