UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

4 lines (3 loc) 198 B
import { Authenticator } from '@tapis/tapis-typescript'; declare const login: (username: string, password: string, basePath: string) => Promise<Authenticator.RespCreateToken>; export default login;