responseMode property

String? responseMode
getter/setter pair

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;