Skip to content

Commit 22277ed

Browse files
committed
Add dangerouslyAllowInsecureHttpRequests to README
1 parent 9ba11a9 commit 22277ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ with optional overrides.
7979
* **additionalParameters** - (`object`) additional parameters that will be passed in the authorization request.
8080
Must be string values! E.g. setting `additionalParameters: { hello: 'world', foo: 'bar' }` would add
8181
`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._
8283

8384
#### result
8485

0 commit comments

Comments
 (0)