authParams property

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

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

When the authMethod is GET, query params are added to the URL, whereas when authMethod is POST, the params are sent as URL encoded form data. Useful when an application requires these to be added to validate the request or implement the response.

Implementation

Map<String, String>? authParams;