Jaa


SimpleCredentialProvider.IsValidAppIdAsync(String) Method

Definition

Validates an app ID.

public System.Threading.Tasks.Task<bool> IsValidAppIdAsync (string appId);
abstract member IsValidAppIdAsync : string -> System.Threading.Tasks.Task<bool>
override this.IsValidAppIdAsync : string -> System.Threading.Tasks.Task<bool>
Public Function IsValidAppIdAsync (appId As String) As Task(Of Boolean)

Parameters

appId
String

The app ID to validate.

Returns

A task that represents the work queued to execute.

Implements

Remarks

If the task is successful, the result is true if appId is valid for the controller; otherwise, false.

Applies to