Skip to content

Commit a5c0ab3

Browse files
authored
Export AuthenticationService to allow for creating custom BaseClient (#34)
Co-authored-by: Andrew McClenaghan <[email protected]>
1 parent a0a29aa commit a5c0ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export * from './requestConfig';
44
export * from './callback';
55
export * from './pagination';
66
export * from './utilityTypes';
7+
export * from './services/authenticationService'
78

89
export * as Api from './api';
910
export * as Server from './server';

0 commit comments

Comments
 (0)