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

    Type Alias OIDCClientSecretJwtOptions

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

    Properties

    algorithm?: "HS256" | "HS384" | "HS512"
    expiresInSeconds?: number