MonoCloud Authentication SDK
    Preparing search index...
    interface JwsHeaderParameters {
        alg: JWSAlgorithm;
        crit?: string[];
        jwk?: Jwk;
        kid?: string;
        typ?: string;
    }
    Index

    Properties

    Properties

    crit?: string[]
    jwk?: Jwk
    kid?: string
    typ?: string