2.2.4.1 AuthenticationService

The AuthenticationService type contains metadata about all of the authentication schemes that are supported and allowed by the DRS server.

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.DeviceRegistration.Entities

 <xs:element name="AuthenticationService">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="OAuth2">
         <xs:complexType>
           <xs:sequence>
             <xs:element name="AuthCodeEndpoint" type="xs:anyURI" />
             <xs:element name="TokenEndpoint" type="xs:anyURI" />
           </xs:sequence>
         </xs:complexType>
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

OAuth2: The top-level object for OAuth. See section 2.2.4.4.