Share via


PoPAuthenticationConfiguration.HttpMethod Property

Definition

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

Applies to