UNPKG

@axa-fr/oidc-client

Version:

OpenID Connect & OAuth authentication using native javascript only, compatible with angular, react, vue, svelte, next, etc.

8 lines (6 loc) 185 B
import { describe, expect, it } from 'vitest'; describe('Requests test Suite', () => { it('performAuthorizationRequestAsync', async () => { expect(true).toBe(true); }); });