UNPKG
node-sp-auth-nocolors
Version:
latest (0.0.1)
0.0.1
Unattended SharePoint http authentication with nodejs (Without Colors)
node-sp-auth-nocolors
/
src
/
auth
/
IAuthResolver.ts
6 lines
(4 loc)
•
131 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
IAuthResponse
}
from
'./IAuthResponse'
;
export
interface
IAuthResolver
{
getAuth
:
() =>
Promise
<
IAuthResponse
>; }