Hi. I'm trying to remove all deep imports from my project, and that's currently impossible because none of the classes/functions for testing are exported from the @itwin/oidc-signin-tool package.
In the civil repo, we're using a subset of the functions/classes used in itwinjs-core integration tests:
getAccessTokenFromBackend
TestBrowserAuthorizationClientConfiguration
TestFrontendAuthorizationClient
TestUserCredentials
TestUsers
Would it be possible to export those, or provide an alternative to the above for testing?
Hi. I'm trying to remove all deep imports from my project, and that's currently impossible because none of the classes/functions for testing are exported from the
@itwin/oidc-signin-toolpackage.In the civil repo, we're using a subset of the functions/classes used in
itwinjs-coreintegration tests:Would it be possible to export those, or provide an alternative to the above for testing?