responseMode property Null safety
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;
Specifies the method that should be used to send the resulting token back to your app. Can be one of the following:
String? responseMode;