Share via


ClientAuthentication.Authorization Property

Definition

Specifies the Authorization header of the HTTP POST request when requesting a token.

public:
 property HttpCredentialsHeaderValue ^ Authorization { HttpCredentialsHeaderValue ^ get(); void set(HttpCredentialsHeaderValue ^ value); };
HttpCredentialsHeaderValue Authorization();

void Authorization(HttpCredentialsHeaderValue value);
public HttpCredentialsHeaderValue Authorization { get; set; }
var httpCredentialsHeaderValue = clientAuthentication.authorization;
clientAuthentication.authorization = httpCredentialsHeaderValue;
Public Property Authorization As HttpCredentialsHeaderValue

Property Value

A HttpCredentialsHeaderValue that contains the authorization header value.

Applies to