Enum AuthenticationMethod
Enum with the types of supported API authentication methods for Halo Infinite endpoints.
Namespace: Den.Dev.Grunt.Models.ApiIngress
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
public enum AuthenticationMethod
Fields
Name | Description |
---|---|
ClientCertificate | Client certificate is required. |
None | No authentication is required. |
SpartanToken | Classic Spartan token is required. |
SpartanTokenV4 | Spartan token V4 is required. |
XSTSv3HaloAudience | XSTS V3 token is required, assigned to the Halo audience scope. |
XSTSv3XboxAudience | XSTS V3 token is required, assigned to the Xbox audience scope. |