Click or drag to resize
Rally.RestApi.Auth Namespace

This namespace contains classes that control how the RestAPI toolkit authenticates with Rally.

Classes
  Class Description
Public class ApiAuthManager
A authentication manager for a manually implemented authentication.
Public class ApiConsoleAuthManager
A authentication manager for a manually implemented authentication.
Public class LoginDetails
A class for storing a users login details.
Interfaces
  Interface Description
Public interface IEncryptionRoutines
An interface for encrypting and decrypting passwords.
Delegates
  Delegate Description
Public delegate AuthenticationStateChange
A delegate to indicate that the authentication state (logged in, logged out, pending SSO) has changed.
Public delegate SsoAuthenticationComplete
A delegate to indicate that SSO authentication has completed.