responseMode property Null safety

String? responseMode
read / write

Specifies the method that should be used to send the resulting token back to your app. Can be one of the following:

  • query
  • fragment
  • form_post

Implementation

String? responseMode;