authHeaders property

Map<String, String>? authHeaders
getter/setter pair

A set of key-value pair headers to be added to any request made to the authUrl.

Useful when an application requires these to be added to validate the request or implement the response. If the authHeaders object contains an authorization key, then withCredentials is set on the XHR request.

Implementation

Map<String, String>? authHeaders;