ApiAuthManagerReportSsoResults Method |
Reports the results of an SSO action.
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxprotected void ReportSsoResults(
bool success,
string rallyServer,
string zSessionID
)
Protected Sub ReportSsoResults (
success As Boolean,
rallyServer As String,
zSessionID As String
)
protected:
void ReportSsoResults(
bool success,
String^ rallyServer,
String^ zSessionID
)
member ReportSsoResults :
success : bool *
rallyServer : string *
zSessionID : string -> unit
Parameters
- success
- Type: SystemBoolean
Was SSO authentication completed successfully? - rallyServer
- Type: SystemString
The server that the ZSessionID is for. - zSessionID
- Type: SystemString
The zSessionID that was returned from Rally.
See Also