You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ with optional overrides.
79
79
***additionalParameters** - (`object`) additional parameters that will be passed in the authorization request.
80
80
Must be string values! E.g. setting `additionalParameters: { hello: 'world', foo: 'bar' }` would add
81
81
`hello=world&foo=bar` to the authorization request.
82
+
***dangerouslyAllowInsecureHttpRequests** - (`boolean`) _ANDROID_ whether to allow requests over plain HTTP or with self-signed SSL certificates. :warning: Can be useful for testing against local server, _should not be used in production._
0 commit comments