sveltekit-oidc - v1.1.1
    Preparing search index...

    Type Alias OIDCPrivateKeyJwtOptions

    type OIDCPrivateKeyJwtOptions = {
        algorithm?: "RS256" | "RS384" | "RS512";
        expiresInSeconds?: number;
        keyId?: string;
        privateKey: string | KeyObject;
    }
    Index

    Properties

    algorithm?: "RS256" | "RS384" | "RS512"
    expiresInSeconds?: number
    keyId?: string
    privateKey: string | KeyObject