IO Wallet SDK
    Preparing search index...
    interface JwtSignerDid {
        alg: string;
        didUrl: string;
        kid?: string;
        method: "did";
    }
    Index

    Properties

    Properties

    alg: string
    didUrl: string
    kid?: string

    The key id that should be used for signing. You need to make sure the kid actually matches with the key associated with the didUrl.

    method: "did"