UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

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>; }