Closed wollardj closed 3 years ago
This should be address by #1286
@wollardj Thanks. we are also facing the same issue.
Property 'getEpochTime' is missing in type '{ authority: string; client_id: string; redirect_uri: string; response_type: string; scope: string; filterProtocolClaims: true; loadUserInfo: false; response_mode: string; revokeAccessTokenOnSignout: true; metadata: { ...; }; }' but required in type 'UserManagerSettings'.
Also getting the same issue. Is there a quick workaround?
Just released a path for it. Let me know if it's still an issue, please.
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.
Originally posted by @notclive in https://github.com/IdentityModel/oidc-client-js/pull/1271#issuecomment-769877657