| LoginDetailsGetPassword Method |
Gets the decrypted password for this user.
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic string GetPassword()
Public Function GetPassword As String
public:
String^ GetPassword()
member GetPassword : unit -> string
Return Value
Type:
StringThe password after it was decrypted.
See Also