Share via


ManagedIdentityServiceClientCredentialsFactory.IsValidAppIdAsync Method

Definition

Validates an app ID.

public override System.Threading.Tasks.Task<bool> IsValidAppIdAsync (string appId, System.Threading.CancellationToken cancellationToken);
override this.IsValidAppIdAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overrides Function IsValidAppIdAsync (appId As String, cancellationToken As CancellationToken) As Task(Of Boolean)

Parameters

appId
String

The app ID to validate.

cancellationToken
CancellationToken

A cancellation token.

Returns

A task that represents the work queued to execute.

Applies to