interface OpenIdConfigurationOptions {
    discoveryEndpoint?: string | URL;
    expiresIn?: number;
}

Properties

discoveryEndpoint?: string | URL

The endpoint associated with this open id configuration.

expiresIn?: number

A request to get the Open ID configuration may include a max age in the cache-control header. This argument represents the duration that the configuration should be cached based on the max-age header value.