Function getSharePointTokenUserAuth
- getSharePointTokenUserAuth(ctx, props): Promise<string>
Parameters
- ctx: Context
- props: {
clientId: string;
localPort: number;
resourceUrl?: string;
scopes: string[];
tenantId: string;
}clientId: string
localPort: number
Optional
resourceUrl?: string
scopes: string[]
tenantId: string
Returns Promise<string>
SharePoint access token
get SharePoint token using user authentication