Visual Basic (Declaration) | |
---|---|
Public Function AuthorizeAsync( _ ByVal url As String, _ ByVal authorizeUrl As String, _ ByVal callbackUrl As String _ ) As Task(Of IDictionary(Of String,String)) |
C# | |
---|---|
public Task<IDictionary<string,string>> AuthorizeAsync( string url, string authorizeUrl, string callbackUrl ) |
Parameters
- url
- The URL.
- authorizeUrl
- The authorize URL.
- callbackUrl
- The callback URL.
Return Value
Dictionary of parameters returned by the authorization porcess (code, access_token, refresh_token, ...)Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8