sveltekit-oidc - v3.0.0
    Preparing search index...

    Type Alias OIDCClientSecretJwtOptions

    type OIDCClientSecretJwtOptions = {
        algorithm?: "HS256" | "HS384" | "HS512";
        expiresInSeconds?: number;
    }
    Index
    algorithm?: "HS256" | "HS384" | "HS512"
    expiresInSeconds?: number