ArcGIS Runtime SDK for WPF - Library Reference
AuthorizeAsync Method
See Also 
ESRI.ArcGIS.Client Namespace > IOAuthAuthorize Interface : AuthorizeAsync Method

serviceUrl
The service URL.
authorizeUrl
The authorize URL.
callbackUrl
The callback URL.
Redirects the user to the authorization URL.

Syntax

Visual Basic (Declaration) 
Function AuthorizeAsync( _
   ByVal serviceUrl As String, _
   ByVal authorizeUrl As String, _
   ByVal callbackUrl As String _
) As Task(Of IDictionary(Of String,String))

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

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.