GetAuthorizationURLAsync Method
Builds and returns the URL to which the user should be re-directed for authorization.
Syntax
[VB.NET] Public Function GetAuthorizationURLAsync() As Task<string>
[C#] public Task<string> GetAuthorizationURLAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetAuthorizationURLAsync MethodBuilds and returns the URL to which the user should be re-directed for authorization. Syntax[VB.NET] Public Function GetAuthorizationURLAsync() As Task<string> [C#] public Task<string> GetAuthorizationURLAsync(); RemarksThis method is the asynchronous version of the GetAuthorizationURL method and is used to support asynchronous operations in WinRT. Please refer to GetAuthorizationURL for more information. |
||