hdr-format

Use the hdr-format stanza entry to define the format of the HTTP header which will contain the JWT.

Syntax

hdr-format = <format>

Description

The format of the HTTP header which will contain the generated JWT. The %TOKEN% string will be substituted with the value of the generated JWT.

Options

<format>
The format of the header which will contain the generated JWT.

Usage

This stanza entry is optional.

Default Value

%TOKEN%

Example

hdr-format = Bearer %TOKEN%