Method GameCmsGetNotAllowedInTitleMessage
GameCmsGetNotAllowedInTitleMessage()
Returns information about a message that is displayed when, I assume, authentication fails.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.OEConfiguration,Den.Dev.Grunt.Models.RawResponseContainer>> GameCmsGetNotAllowedInTitleMessage ();
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<OEConfiguration,RawResponseContainer>> | If successful, an instance of OEConfiguration containing the message. Otherwise, null. |
Remarks
It's unclear where this is actually used because the sample response is a test one, without any relevant context.
Examples
Here is an example response from the API, as snapshotted on 7/20/2022:
{
"Message": {
"value": "Byyyyyeeee!!!!!",
"status": "Test"
}
}