useFormData property

bool? useFormData
final

Whether application/x-www-form-urlencoded content type is used in the request to the token endpoint.

If false, the request data is sent as JSON with a content type of application/json.

Defaults to true.

Note: Setting this to false may affect you if you use Auth0 Actions and are sending custom, non-primitive data. If you disable this, please verify that your Auth0 Actions continue to work as intended.

Implementation

final bool? useFormData;