RallyRestApiSECURITY_ENDPOINT Field |
The endpoint for getting a CSRF token. This has custom logic in HttpService for SSO users.
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic const string SECURITY_ENDPOINT = "/security/authorize.js"
Public Const SECURITY_ENDPOINT As String = "/security/authorize.js"
public:
literal String^ SECURITY_ENDPOINT = "/security/authorize.js"
static val mutable SECURITY_ENDPOINT: string
Field Value
Type:
String
See Also