authentication-endpoint-payload

Defines how the client ID and secret will be provided to the authentication endpoint.

Syntax

authentication-endpoint-payload = payload-type

Description

Specifies how the client id and secret will be sent to the authentication endpoint. If form is specified, the client id and secret will be included in forms POST data. If basic is specified a basic authentication header will be constructed using the client id and secret.

Options

payload-type
The type of payload, either form or basic.

Usage

This stanza entry is optional.

Default Value

None.

Example

authentication-endpoint-payload = form