IdentityModel / oidc-client-js

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Apache License 2.0
2.43k stars 841 forks source link

Add types for ClockService #1271

Closed coolhome closed 3 years ago

brockallen commented 3 years ago

thanks for keeping on top of these :)

notclive commented 3 years ago

I've just tried updating a project to 1.11.0 and am getting a type error because we don't define getEpochTime. Should getEpochTime have been optional in OidcClientSettings? All of the other properties are.

brockallen commented 3 years ago

I'm happy to accept a PR with the typings.