Share via


SharePointOnlineCredentials.AuthenticateAsync Method

Definition

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

Returns

Applies to