The HTTP request method and authentication arugment
format that will be used to request tokens
from the service provider.
| C# | Visual Basic | Visual C++ |
public AuthenticationMethod TokenRequestFormat { get; set; }
Public Property TokenRequestFormat As AuthenticationMethod
public: property AuthenticationMethod TokenRequestFormat { AuthenticationMethod get (); void set (AuthenticationMethod value); }
Arguments will be placed in the HTTP Header by default.
Other options are A) passing via querystring using an HTTP GET request,
or B) passing via the body of an HTTP POST request. Only applies
when performing token operations.