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

    Type Alias SupportedAlgorithm

    SupportedAlgorithm:
        | "HS256"
        | "HS384"
        | "HS512"
        | "RS256"
        | "RS384"
        | "RS512"
        | "ES256"
        | "ES384"
        | "ES512"
        | "ES256K"
        | "PS256"
        | "PS384"
        | "PS512"
        | "EdDSA"