Share via


CodelessConnectorPollingAuthProperties.IsClientSecretInHeader Property

Definition

Marks if we should send the client secret in header or payload, used in Oauth 2.0 flow.

public bool? IsClientSecretInHeader { get; set; }
member this.IsClientSecretInHeader : Nullable<bool> with get, set
Public Property IsClientSecretInHeader As Nullable(Of Boolean)

Property Value

Applies to