Click or drag to resize
ApiAuthManager Methods

The ApiAuthManager type exposes the following members.

Methods
  Name Description
Public method Code example AutoAuthenticate
Auto authenticates the user if there are saved credentials.
Public method Static member Code example Configure
Configures the authorization manger.
Public method Code example DeleteCachedLoginDetailsFromDisk
Deletes any cached login credentials from disk.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method NotifyLoginWindowSsoComplete
Notifies the login window that SSO has been completed.
Protected method OpenSsoPageInternal
Opens the window that displays the SSO URL to the user.
Protected method Code example PerformAuthenticationCheck
Performs an authentication check against an identity provider (IDP Initiated).
Protected method Code example PerformLogoutFromRally
Performs an logout from Rally.
Protected method ReportSsoResults
Reports the results of an SSO action.
Public method Code example ShowUserLoginWindow
Authenticates the user against Rally. This must be called from the UI thread.
Protected method ShowUserLoginWindowInternal
Opens the window that displays the SSO URL to the user.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also