AuthOnlyAsync Method
Initiates an authorization-only request transaction.
Syntax
[VB.NET]
Public Function AuthOnlyAsync() As Task
[C#]
public Task AuthOnlyAsync();
Remarks
This method is the asynchronous version of the
AuthOnly method and is used to support asynchronous operations in WinRT. Please refer to
AuthOnly for more information.