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
+3
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,9 @@ with optional overrides.
97
97
Must be string values! E.g. setting `additionalParameters: { hello: 'world', foo: 'bar' }` would add
98
98
`hello=world&foo=bar` to the authorization request.
99
99
***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._ This setting has no effect on iOS; to enable insecure HTTP requests, add a [NSExceptionAllowsInsecureHTTPLoads exception](https://cocoacasts.com/how-to-add-app-transport-security-exception-domains) to your App Transport Security settings.
100
+
***customHeaders** - (`object`) _ANDROID_ you can specify custom headers to pass during authorize request and/or token request.
101
+
***authorize** - (`{ [key: string]: value }`) headers to be passed during authorization request.
102
+
***token** - (`{ [key: string]: value }`) headers to be passed during token retrieval request.
100
103
***useNonce** - (`boolean`) _IOS_ (default: true) optionally allows not sending the nonce parameter, to support non-compliant providers
101
104
***usePKCE** - (`boolean`) _IOS_ (default: true) optionally allows not sending the code_challenge parameter and skipping PKCE code verification, to support non-compliant providers.
0 commit comments