CreateAuthTokenAsync Method
Creates the authentication token.
Syntax
[VB.NET] Public Function CreateAuthTokenAsync() As IAsyncAction
[C#] public IAsyncAction CreateAuthTokenAsync();
IP*Works! Auth V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateAuthTokenAsync MethodCreates the authentication token. Syntax[VB.NET] Public Function CreateAuthTokenAsync() As IAsyncAction [C#] public IAsyncAction CreateAuthTokenAsync(); RemarksThis method is the asynchronous version of the CreateAuthToken method and is used to support asynchronous operations in WinRT. Please refer to CreateAuthToken for more information. |
||