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
/
lib
/
src
/
auth
/
AuthResolverFactory.d.ts
6 lines
(5 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IAuthResolver
}
from
'./IAuthResolver'
;
import
*
as
authOptions
from
'./IAuthOptions'
;
export
declare
class
AuthResolverFactory
{
static
resolve
(
siteUrl
:
string
,
options
?: authOptions.
IAuthOptions
):
IAuthResolver
; }