internal override Task <string> GetAuthUrl(ResumptionCookie resumptionCookie)
 {
     return(SharePointHelper.GetAuthUrlAsync(resumptionCookie, this.siteRelativeUrl, this.authScope));
 }
示例#2
0
 protected async override Task <Auth.AuthenticationResult> GetTokenByAuthCodeAsync(string code)
 {
     return(await SharePointHelper.GetTokenByAuthCodeAsync(code));
 }