UNPKG

@upbond/auth-spa-js

Version:

Auth SDK for Single Page Applications using Authorization Code Grant Flow with PKCE

12 lines (8 loc) 221 B
import createAuthClient, { AuthClient } from './index'; /** * @ignore */ const wrapper = createAuthClient as any; wrapper.AuthClient = AuthClient; wrapper.createAuthClient = createAuthClient; export default wrapper;