UNPKG

node-sp-auth

Version:

Unattended SharePoint http authentication with nodejs

6 lines (5 loc) 241 B
import { IAdfsUserCredentials } from './../auth/IAuthOptions'; import { SamlAssertion } from './SamlAssertion'; export declare class AdfsHelper { static getSamlAssertion(credentials: IAdfsUserCredentials): Promise<SamlAssertion>; }