Interface JwkSetOptions

An interface for passing in options to the JwkSet Constructor and validator.

interface JwkSetOptions {
    expiresIn?: number;
}

Properties

Properties

expiresIn?: number

The time until expiration, in seconds