ArcGIS Runtime SDK for WPF - Library Reference
AuthorizeAsync Method
See Also 
ESRI.ArcGIS.Client.Toolkit Namespace > OAuthAuthorize Class : AuthorizeAsync Method

url
The URL.
authorizeUrl
The authorize URL.
callbackUrl
The callback URL.
Manages the OAuth sign in and response process for accessing the specified URL.

Syntax

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, ...)

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.