Meshpocalypse Semantic
    Preparing search index...

    Interface IdentityProviderOptions

    interface IdentityProviderOptions {
        algorithm?: string;
        keyPersistenceAdapter?: KeyPersistenceAdapter;
        rotationIntervalMs?: number;
    }
    Index

    Properties

    algorithm?: string

    Algorithm used for key generation. Defaults to "ES256".

    keyPersistenceAdapter?: KeyPersistenceAdapter

    Optional adapter to persist key material across restarts. When omitted, keys are in-memory only (lost on restart).

    rotationIntervalMs?: number

    Rotation interval in milliseconds. Defaults to 24 hours.