Skip to content

Commit

Permalink
removed 'idx-js' directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredperreault-okta committed Mar 21, 2022
1 parent f7f47a1 commit 4972a9b
Show file tree
Hide file tree
Showing 41 changed files with 19 additions and 3,621 deletions.
3 changes: 0 additions & 3 deletions lib/OktaAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ import {
parseEmailVerifyCallback,
isEmailVerifyCallbackError
} from './idx';
import { createGlobalRequestInterceptor, setGlobalRequestInterceptor } from './idx/headers';
import { OktaUserAgent } from './OktaUserAgent';
import { parseOAuthResponseFromUrl } from './oidc/parseFromUrl';
import {
Expand Down Expand Up @@ -336,8 +335,6 @@ class OktaAuth implements OktaAuthInterface, SigninAPI, SignoutAPI {
unlockAccount: unlockAccount.bind(null, this),
};

setGlobalRequestInterceptor(createGlobalRequestInterceptor(this)); // to pass custom headers to IDX endpoints

// HTTP
this.http = {
setRequestHeader: setRequestHeader.bind(null, this)
Expand Down
46 changes: 0 additions & 46 deletions lib/idx/headers.ts

This file was deleted.

77 changes: 0 additions & 77 deletions lib/idx/idx-js/client.ts

This file was deleted.

29 changes: 0 additions & 29 deletions lib/idx/idx-js/index.ts

This file was deleted.

63 changes: 0 additions & 63 deletions lib/idx/idx-js/interact.ts

This file was deleted.

45 changes: 0 additions & 45 deletions lib/idx/idx-js/introspect.ts

This file was deleted.

32 changes: 0 additions & 32 deletions lib/idx/idx-js/parsers.ts

This file was deleted.

28 changes: 0 additions & 28 deletions lib/idx/idx-js/util.ts

This file was deleted.

Loading

0 comments on commit 4972a9b

Please sign in to comment.