Click or drag to resize
AuthorizationType Enumeration
The types of authorization that are available.

Namespace: Rally.RestApi.Connection
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public enum AuthorizationType
Members
  Member nameValueDescription
Basic0 Basic authorization where the user provides a username and password.
ApiKey1 Authentication using an API Key.
ZSessionID2 Authentication using a ZSessionID.
See Also