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