IO Wallet SDK
    Preparing search index...

    Interface JwtSignerFederation

    interface JwtSignerFederation {
        alg: string;
        kid: string;
        method: "federation";
        trustChain?: [string, ...string[]];
    }
    Index

    Properties

    alg: string
    kid: string

    The key id that should be used for signing. You need to make sure the kid actually matches with a key present in the federation.

    method: "federation"
    trustChain?: [string, ...string[]]