Skip to content

Commit

Permalink
Removed unused import addClientAuthentication
Browse files Browse the repository at this point in the history
  • Loading branch information
gyaneshgouraw-okta committed Apr 15, 2024
1 parent 7442f4c commit 38eabec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/auth/client-authentication.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { jest } from '@jest/globals';
import * as jose from 'jose';
import { AuthenticationClient } from '../../src/index.js';
import { TEST_PUBLIC_KEY, TEST_PRIVATE_KEY } from '../constants.js';
import { addClientAuthentication } from '../../src/auth/client-authentication.js';

const URL = 'https://tenant.auth0.com/';
const clientId = 'test-client-id';
Expand Down

0 comments on commit 38eabec

Please sign in to comment.