GetAuthorizationAsync Method
Gets the authorization string required to access the protected resource.
Syntax
[VB.NET] Public Function GetAuthorizationAsync() As Task<string>
[C#] public Task<string> GetAuthorizationAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetAuthorizationAsync MethodGets the authorization string required to access the protected resource. Syntax[VB.NET] Public Function GetAuthorizationAsync() As Task<string> [C#] public Task<string> GetAuthorizationAsync(); RemarksThis method is the asynchronous version of the GetAuthorization method and is used to support asynchronous operations in WinRT. Please refer to GetAuthorization for more information. |
||