UNPKG
quosdolorem
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
The MongoDB Shell
github.com/MonaGoyette/quosdolorem.git
MonaGoyette/quosdolorem
quosdolorem
/
packages
/
service-provider-core
/
src
/
shell-auth-options.ts
8 lines
(7 loc)
•
146 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
default
interface
ShellAuthOptions
{
user
:
string
;
pwd
:
string
;
mechanism
?:
string
;
digestPassword
?:
boolean
;
authDb
?:
string
; }