| 1 | // Mock the constants module to avoid pulling in the full application dependency graph |
| 2 | jest.mock('./constants', () => ({ |
| 3 | ALLOWED_OAUTH2_TOKEN_FIELDS: ['access_token', 'refresh_token', 'token_type', 'expires_in', 'scope', 'id_token', 'granted_scope'], |
| 4 | DEFAULT_ALLOWED_OAUTH2_DOMAINS: [ |
nothing calls this directly
no test coverage detected