ArcGIS Runtime SDK for WPF - Library Reference
IdentityManager.TokenAuthenticationType Enumeration
See Also 
ESRI.ArcGIS.Client Namespace : IdentityManager.TokenAuthenticationType Enumeration

Token Athentication types supported by ArcGIS.

Syntax

Visual Basic (Declaration) 
Public Enum IdentityManager.TokenAuthenticationType 
   Inherits System.Enum
C# 
public enum IdentityManager.TokenAuthenticationType : System.Enum 

Members

MemberDescription
ArcGISTokenToken generated by the token rest end point of an ArcGIS server or ArcGIS portal.
OAuthAuthorizationCodeOAuth access token generated after an authentication on behalf of the user using a two steps autorization code workflow.
OAuthClientCredentialsOAuth access token generated after an authentication on behalf of an application. This authentication uses the OAuth client credentials workflow and doesn't need any UI (but needs the ClientSecret).
OAuthImplicitOAuth access token generated after an authentication on behalf of the user using the one step implicit workflow.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.IdentityManager.TokenAuthenticationType

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.