Auth0 Node.js SDK - v5.6.0
    Preparing search index...

    Interface CimdMappedPrivateKeyJwtCredential

    interface CimdMappedPrivateKeyJwtCredential {
        credential_type: string;
        kid: string;
        alg: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    credential_type: string

    Type of credential (e.g., public_key)

    kid: string

    Key identifier from JWKS or calculated thumbprint

    alg: string

    Algorithm (e.g., RS256, RS384, PS256)