PoPAuthenticationConfiguration.HttpMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The HTTP method ("GET", "POST" etc.) method that will be bound to the token. Leave null and the POP token will not be bound to the method. Corresponds to the "m" part of the a signed HTTP request. Optional.
public System.Net.Http.HttpMethod HttpMethod { get; set; }
member this.HttpMethod : System.Net.Http.HttpMethod with get, set
Public Property HttpMethod As HttpMethod
Property Value
Remarks
See https://datatracker.ietf.org/doc/html/draft-ietf-oauth-signed-http-request-03#section-3