auth.provider API
    Preparing search index...

    Input to KeyStore.sign(). The KeyStore self-injects alg and kid into the protected header; callers may only set typ. This keeps adapter contracts stable under alg / kid rotation and remote-sign (KMS/HSM) backends.

    interface SignJwtOptions {
        claims: JWTPayload;
        header?: { typ?: string };
    }
    Index

    Properties

    Properties

    claims: JWTPayload
    header?: { typ?: string }