Visual Basic (Declaration) | |
---|---|
Public Enum IdentityManager.TokenAuthenticationType Inherits System.Enum |
C# | |
---|---|
public enum IdentityManager.TokenAuthenticationType : System.Enum |
Member | Description |
---|---|
ArcGISToken | Token generated by the token rest end point of an ArcGIS server or ArcGIS portal. |
OAuthAuthorizationCode | OAuth access token generated after an authentication on behalf of the user using a two steps autorization code workflow. |
OAuthClientCredentials | OAuth 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). |
OAuthImplicit | OAuth access token generated after an authentication on behalf of the user using the one step implicit workflow. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.IdentityManager.TokenAuthenticationType
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8