GetAuthorizationURLAsync Method
Builds and returns the URL to which the user should be re-directed for authorization.
Syntax
[VB.NET] Public Function GetAuthorizationURLAsync() As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetAuthorizationURLAsync();