responseMode property

String? responseMode
final

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

final String? responseMode;