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