Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IServiceManagement<TService>.Authenticate Method

Definition

Namespace:
Microsoft.Xrm.Sdk.Client
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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.

Authenticates the logged on user with the service.

public:
 Microsoft::Xrm::Sdk::Client::AuthenticationCredentials ^ Authenticate(Microsoft::Xrm::Sdk::Client::AuthenticationCredentials ^ authenticationCredentials);
public Microsoft.Xrm.Sdk.Client.AuthenticationCredentials Authenticate(Microsoft.Xrm.Sdk.Client.AuthenticationCredentials authenticationCredentials);
abstract member Authenticate : Microsoft.Xrm.Sdk.Client.AuthenticationCredentials -> Microsoft.Xrm.Sdk.Client.AuthenticationCredentials
Public Function Authenticate (authenticationCredentials As AuthenticationCredentials) As AuthenticationCredentials

Parameters

authenticationCredentials
AuthenticationCredentials

Specifies the user’s logon credentials.

Returns

The user's authentication credentials, including the final security token.

Applies to