SharePointOnlineCredentials.AuthenticateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AuthenticateAsync(Uri) | |
AuthenticateAsync(Uri, Boolean) |
AuthenticateAsync(Uri)
public System.Threading.Tasks.Task<Microsoft.SharePoint.Client.AuthenticationResult> AuthenticateAsync (Uri url);
member this.AuthenticateAsync : Uri -> System.Threading.Tasks.Task<Microsoft.SharePoint.Client.AuthenticationResult>
Public Function AuthenticateAsync (url As Uri) As Task(Of AuthenticationResult)
Parameters
- url
- Uri
Returns
Applies to
AuthenticateAsync(Uri, Boolean)
public System.Threading.Tasks.Task<Microsoft.SharePoint.Client.AuthenticationResult> AuthenticateAsync (Uri url, bool useCache);
member this.AuthenticateAsync : Uri * bool -> System.Threading.Tasks.Task<Microsoft.SharePoint.Client.AuthenticationResult>
Public Function AuthenticateAsync (url As Uri, useCache As Boolean) As Task(Of AuthenticationResult)
Parameters
- url
- Uri
- useCache
- Boolean