@nats-io/nats-core
    Preparing search index...

    Interface JwtAuth

    interface JwtAuth {
        jwt: string;
        nkey?: string;
        sig?: string;
    }
    Index

    Properties

    Properties

    jwt: string
    nkey?: string
    sig?: string